Skip to content

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
Updated resource designer file.
Fixed typo in executableFilter.
Fixed localization for spinoffs tray menu.
  • Loading branch information
David-JonesDVN committed Sep 14, 2022
1 parent 2f99ec7 commit 58b4ada
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 101 deletions.
4 changes: 4 additions & 0 deletions Touhou Launcher/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,10 @@ private void InitializeLanguage()
{
tMenu.Text = rm.GetString(tMenu.Name.Substring(4));
}
foreach (ToolStripMenuItem tMenu in traySpinoff.DropDownItems)
{
tMenu.Text = rm.GetString(tMenu.Name.Substring(4));
}
foreach (ToolStripMenuItem tMenu in trayTasofro.DropDownItems)
{
tMenu.Text = rm.GetString(tMenu.Name.Substring(4));
Expand Down
Loading

0 comments on commit 58b4ada

Please sign in to comment.