From 9104079dab7b35f8563b99c9942b9b5ab7ac4c32 Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Sat, 26 Sep 2009 19:44:41 +0000 Subject: [PATCH] Uncomment stuff to close #716. Originally committed to SVN as r3563. --- aegisub/src/dialog_options.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/aegisub/src/dialog_options.cpp b/aegisub/src/dialog_options.cpp index 7a7b0be30..5547a4709 100644 --- a/aegisub/src/dialog_options.cpp +++ b/aegisub/src/dialog_options.cpp @@ -462,14 +462,7 @@ DialogOptions::DialogOptions(wxWindow *parent) AddTextControl(audioPage,audioSizer4,_("Default lead-in length"),_T("Audio lead in"),TEXT_TYPE_NUMBER); AddTextControl(audioPage,audioSizer4,_("Default lead-out length"),_T("Audio lead out"),TEXT_TYPE_NUMBER); AddComboControl(audioPage,audioSizer4,_("Show inactive lines"),_T("Audio Inactive Lines Display Mode"),wxArrayString(3,choices1)); - /* - * Option not in dialogue because it breaks the documentation. - * The default should be good enough for most people and it can still be edited manually. - * This should be enabled when we can raise the UI/feature freeze towards 2.2.0. - * -jfs - * AddTextControl(audioPage,audioSizer4,_("Start-marker drag sensitivity"),_T("Audio Start Drag Sensitivity"),TEXT_TYPE_NUMBER); - */ audioSizer4->AddGrowableCol(0,1); // Sizers