forked from mia/Aegisub
Commented out the options entry from menu
Originally committed to SVN as r423.
This commit is contained in:
parent
b77543f179
commit
9ce7873f41
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ void FrameMain::InitMenu() {
|
|||
AppendBitmapMenuItem (toolMenu,Menu_Tools_SpellCheck, _("Spe&ll checker..."),_("Open spell checker"), wxBITMAP(spellcheck_toolbutton));
|
||||
#endif
|
||||
toolMenu->AppendSeparator();
|
||||
AppendBitmapMenuItem (toolMenu,Menu_Tools_Options, _("&Options..."), _("Configure Aegisub"), wxBITMAP(hotkeys_button));
|
||||
//AppendBitmapMenuItem (toolMenu,Menu_Tools_Options, _("&Options..."), _("Configure Aegisub"), wxBITMAP(hotkeys_button));
|
||||
AppendBitmapMenuItem (toolMenu,Menu_Tools_Hotkeys, _("&Hotkeys..."), _("Remap hotkeys"), wxBITMAP(hotkeys_button));
|
||||
MenuBar->Append(toolMenu, _("&Tools"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue