1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-13 08:05:52 +01:00

Remove unwanted period

This commit is contained in:
Gale Andrews
2017-04-22 01:35:05 +01:00
committed by GitHub
parent 083d123875
commit e7007c1d59

View File

@@ -144,7 +144,7 @@ void GUIPrefs::PopulateOrExchange(ShuttleGui & S)
mHtmlHelpCodes); mHtmlHelpCodes);
S.SetSizeHints(mHtmlHelpChoices); S.SetSizeHints(mHtmlHelpChoices);
S.TieChoice(_("Theme:"), S.TieChoice(_("Th&eme:"),
wxT("/GUI/Theme"), wxT("/GUI/Theme"),
defaultTheme, defaultTheme,
mThemeChoices, mThemeChoices,
@@ -174,7 +174,7 @@ void GUIPrefs::PopulateOrExchange(ShuttleGui & S)
S.TieCheckBox(_("S&how 'How to Get Help' dialog box at program start up"), S.TieCheckBox(_("S&how 'How to Get Help' dialog box at program start up"),
wxT("/GUI/ShowSplashScreen"), wxT("/GUI/ShowSplashScreen"),
true); true);
S.TieCheckBox(_("Show e&xtra menus."), S.TieCheckBox(_("Show e&xtra menus"),
wxT("/GUI/ShowExtraMenus"), wxT("/GUI/ShowExtraMenus"),
false); false);
} }