diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-06-01 19:04:07 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-06-01 19:04:07 +0300 |
| commit | ff0df240832dab2f60c6da6daa6503f87cdc2ad7 (patch) | |
| tree | 085346ead74331606400052f8d2472782a7f69fa /src/mir_app/res | |
| parent | 941e4ac612a20cdb2120241b260df759a4ce5720 (diff) | |
fixes #5036 (Options - Customize - Menus: useless button "Insert submenu" removed)
Diffstat (limited to 'src/mir_app/res')
| -rw-r--r-- | src/mir_app/res/resource.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc index d1d829991b..f6763a5245 100644 --- a/src/mir_app/res/resource.rc +++ b/src/mir_app/res/resource.rc @@ -473,7 +473,6 @@ BEGIN GROUPBOX "Protocol menus",IDC_STATIC,5,81,140,41
CONTROL "Move to the main menu",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON,11,95,128,8
CONTROL "Move to the status bar",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON,11,107,130,8
- PUSHBUTTON "Insert submenu",IDC_INSERTSUBMENU,39,128,97,14,WS_DISABLED
PUSHBUTTON "Insert separator",IDC_INSERTSEPARATOR,39,145,97,14,WS_DISABLED
LTEXT "Module:",IDC_STATIC,4,164,29,8
EDITTEXT IDC_GENMENU_MODULE,36,162,108,12,ES_AUTOHSCROLL | ES_READONLY
|
