Fix option name for auto-updates checkbox

Originally committed to SVN as r4757.
This commit is contained in:
Thomas Goyne 2010-08-26 18:37:46 +00:00
parent 80af629325
commit 27a7c41a44

View file

@ -53,7 +53,7 @@
General::General(wxTreebook *book): OptionPage(book, _("General")) {
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");
wxFlexGridSizer *recent = PageSizer(_("Recently Used Lists"));