diff options
Diffstat (limited to 'plugins/MenuItemEx/src/options.cpp')
-rw-r--r-- | plugins/MenuItemEx/src/options.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/MenuItemEx/src/options.cpp b/plugins/MenuItemEx/src/options.cpp index 0aa0bbb68b..1232d22450 100644 --- a/plugins/MenuItemEx/src/options.cpp +++ b/plugins/MenuItemEx/src/options.cpp @@ -57,9 +57,6 @@ INT_PTR CALLBACK OptionsProc(HWND hdlg,UINT msg,WPARAM wparam,LPARAM lparam) else
ShowWindow(GetDlgItem(hdlg, IDC_HINT1), SW_HIDE);
- if (!bMir_08)
- EnableWindow(GetDlgItem(hdlg,IDC_PROTOS), 0);
-
SendMessage(hdlg, WM_USER + 50, 0, 0);
return 0;
|