Fix the option name for max undo levels in the preferences dialog

Originally committed to SVN as r5862.
This commit is contained in:
Thomas Goyne 2011-11-16 21:59:12 +00:00
parent 95a1071a1b
commit 0f2cea4226

View file

@ -101,7 +101,7 @@ General::General(wxTreebook *book, Preferences *parent): OptionPage(book, parent
sizer->AddSpacer(15);
wxFlexGridSizer *undo = PageSizer(_("Undo / Redo Settings"));
OptionAdd(undo, _("Undo Levels"), "Limits/MRU");
OptionAdd(undo, _("Undo Levels"), "Limits/Undo Levels");
wxFlexGridSizer *toolbar = PageSizer(_("Toolbar Settings"));
OptionAdd(toolbar, _("Toolbar Icon Size"), "App/Toolbar Icon Size");