mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fix option name for auto-updates checkbox
Originally committed to SVN as r4757.
This commit is contained in:
parent
80af629325
commit
27a7c41a44
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user