Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Jan 4, 2025
1 parent e3b3dfc commit 6eb8235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JL.Windows/GUI/EditDictionaryWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ private void BrowsePathButton_OnClick(object sender, RoutedEventArgs e)

switch (selectedDictType)
{
// not providing a description for the filter causes the filename returned to be empty
// Not providing a description for the filter causes the filename returned to be empty
case DictType.JMdict:
BrowseForDictionaryFile("JMdict file|JMdict.xml");
break;
Expand Down
2 changes: 1 addition & 1 deletion JL.Windows/GUI/EditFrequencyWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,12 @@ private void BrowsePathButton_OnClick(object sender, RoutedEventArgs e)

switch (selectedFreqType)
{
// not providing a description for the filter causes the filename returned to be empty
case FreqType.Yomichan:
case FreqType.YomichanKanji:
BrowseForFrequencyFolder();
break;

// Not providing a description for the filter causes the filename returned to be empty
case FreqType.Nazeka:
BrowseForFrequencyFile("Nazeka file|*.json");
break;
Expand Down

0 comments on commit 6eb8235

Please sign in to comment.