Commented out the options entry from menu

Originally committed to SVN as r423.
This commit is contained in:
Rodrigo Braz Monteiro 2006-06-21 20:44:01 +00:00
parent b77543f179
commit 9ce7873f41
1 changed files with 1 additions and 1 deletions

View File

@ -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"));