From 9ce7873f41ac8479fd54d4ae078b85681e1a6345 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Wed, 21 Jun 2006 20:44:01 +0000 Subject: [PATCH] Commented out the options entry from menu Originally committed to SVN as r423. --- core/frame_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frame_main.cpp b/core/frame_main.cpp index c9712d1d4..1ce5942f1 100644 --- a/core/frame_main.cpp +++ b/core/frame_main.cpp @@ -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"));