diff options
author | George Hazan <george.hazan@gmail.com> | 2023-12-29 17:03:21 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-12-29 17:03:21 +0300 |
commit | 9536e0bb47b12ea2ae01ab070dd9f6aa5bb360c2 (patch) | |
tree | a6663fa7d5aa9afcb51fe1b914e457acdcf5fa8f /plugins/TipperYM/res/resource.rc | |
parent | 28535b12d00c1ccfa98250dd2c7e87402545adba (diff) |
fixes #4085 (Удалить настройки невидимости)
Diffstat (limited to 'plugins/TipperYM/res/resource.rc')
-rw-r--r-- | plugins/TipperYM/res/resource.rc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/TipperYM/res/resource.rc b/plugins/TipperYM/res/resource.rc index 85627b5345..ace600f6e4 100644 --- a/plugins/TipperYM/res/resource.rc +++ b/plugins/TipperYM/res/resource.rc @@ -170,10 +170,8 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,108,273,10
CONTROL "Retrieve new status message",IDC_CHK_GETSTATUSMSG,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,123,273,10
- CONTROL "Disable in invisible status",IDC_CHK_DISABLEINVISIBLE,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,27,138,258,10
CONTROL "Retrieve xStatus details if auto-retrieve is disabled",IDC_CHK_RETRIEVEXSTATUS,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,153,273,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,138,273,10
GROUPBOX "Status bar and tray tooltip",IDC_STATIC,7,176,284,46
CONTROL "Limit status messages in status bar and tray tooltips to:",IDC_CHK_LIMITMSG,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,189,273,10
|