diff options
| author | dartraiden <wowemuh@gmail.com> | 2023-11-07 23:23:40 +0300 | 
|---|---|---|
| committer | dartraiden <wowemuh@gmail.com> | 2023-11-07 23:24:02 +0300 | 
| commit | ba377f598b8349a66860963730e9e9a6548ffe8b (patch) | |
| tree | b902cc4589388a294c86f1ca8742d99f5b6769c8 | |
| parent | f5ad1966486e27a3497f463a687b48e8b064eae4 (diff) | |
MenuItemEx: resource cosmetic
| -rw-r--r-- | plugins/MenuItemEx/res/resource.rc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugins/MenuItemEx/res/resource.rc b/plugins/MenuItemEx/res/resource.rc index d14c78be5d..601624c42b 100644 --- a/plugins/MenuItemEx/res/resource.rc +++ b/plugins/MenuItemEx/res/resource.rc @@ -63,7 +63,7 @@ BEGIN      CONTROL         "Add item name",IDC_SMNAME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,151,102,116,10
      CONTROL         "Copy ID",IDC_COPYID,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,114,131,10
      CONTROL         "Add protocol name",IDC_COPYIDNAME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,151,114,116,10
 -    CONTROL         "Show ID in menu item",IDC_SHOWID,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,126,122,10
 +    CONTROL         "Show ID in menu item",IDC_SHOWID,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,126,124,10
      CONTROL         "Trim too long ID",IDC_TRIMID,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,151,126,116,10
      LTEXT           "* Use Ctrl+click to see popup with the copied text",IDC_HINT1,16,138,251,11
      CONTROL         "Hide contact on 'Ignore all'",IDC_IGNOREHIDE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,151,42,116,10
 | 
