forked from mia/Aegisub
Fix option name for auto-updates checkbox
Originally committed to SVN as r4757.
This commit is contained in:
parent
80af629325
commit
27a7c41a44
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
General::General(wxTreebook *book): OptionPage(book, _("General")) {
|
General::General(wxTreebook *book): OptionPage(book, _("General")) {
|
||||||
|
|
||||||
wxFlexGridSizer *startup = PageSizer(_("Startup"));
|
wxFlexGridSizer *startup = PageSizer(_("Startup"));
|
||||||
OptionAdd(startup, _("Check for updates"), "App/Splash");
|
OptionAdd(startup, _("Check for updates"), "App/Auto/Check For Updates");
|
||||||
OptionAdd(startup, _("Show Splash Screen"), "App/Splash");
|
OptionAdd(startup, _("Show Splash Screen"), "App/Splash");
|
||||||
|
|
||||||
wxFlexGridSizer *recent = PageSizer(_("Recently Used Lists"));
|
wxFlexGridSizer *recent = PageSizer(_("Recently Used Lists"));
|
||||||
|
|
Loading…
Reference in a new issue