mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-18 17:10:05 +02:00
Remove unwanted period
This commit is contained in:
parent
083d123875
commit
e7007c1d59
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user