From 50b460e1381cfd3d8dbccc69892a70db2eeb2288 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 27 Dec 2018 10:41:21 +0300 Subject: MenuEx: options class structure fix --- plugins/MenuItemEx/res/resource.rc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'plugins/MenuItemEx/res') diff --git a/plugins/MenuItemEx/res/resource.rc b/plugins/MenuItemEx/res/resource.rc index 77b5784eed..c291df7a18 100644 --- a/plugins/MenuItemEx/res/resource.rc +++ b/plugins/MenuItemEx/res/resource.rc @@ -44,16 +44,6 @@ IDI_ICON13 ICON "CopyMirVer.ico" // Dialog // -IDD_AUTHREQ DIALOGEX 0, 0, 186, 95 -STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION -CAPTION "Enter an authorization request" -FONT 8, "MS Shell Dlg", 0, 0, 0x1 -BEGIN - DEFPUSHBUTTON "&Send",IDOK,34,74,50,14 - PUSHBUTTON "&Cancel",IDCANCEL,98,74,50,14 - EDITTEXT IDC_REASON,7,7,172,59,ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN -END - IDD_OPTIONS DIALOGEX 0, 0, 280, 217 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -- cgit v1.2.3