diff options
| author | George Hazan <ghazan@miranda.im> | 2020-03-30 19:09:34 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2020-03-30 19:09:34 +0300 |
| commit | d1cdf52cb78309f294e84bc1bbc12457b24cb573 (patch) | |
| tree | a9dba6a70e06aae007411d7884605c41aa617283 /src/mir_app/res | |
| parent | 64303ec8f7d8fd491247a2c06ee133e4f5f3c942 (diff) | |
another common option removed from dialogs
Diffstat (limited to 'src/mir_app/res')
| -rw-r--r-- | src/mir_app/res/resource.rc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc index c3890aec81..ef3b779726 100644 --- a/src/mir_app/res/resource.rc +++ b/src/mir_app/res/resource.rc @@ -783,8 +783,10 @@ BEGIN CONTROL "Hide empty groups",IDC_HIDEEMPTYGROUPS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,29,124,10
CONTROL "Enable groups",IDC_USEGROUPS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,41,124,10
CONTROL "Ask before deleting contacts",IDC_CONFIRMDELETE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,53,124,10
- GROUPBOX "Contact list",IDC_STATIC,6,5,289,77
- CONTROL "Remove temporary contacts on exit",IDC_REMOVETEMP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,65,276,10
+ GROUPBOX "Contact list",IDC_STATIC,6,5,289,90
+ CONTROL "Remove temporary contacts on exit",IDC_REMOVETEMP,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,65,276,10
+ CONTROL "Disable icon blinking",IDC_DISABLEICONBLINK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,78,276,10
END
IDD_EMPTY DIALOGEX 0, 0, 212, 131
@@ -793,6 +795,7 @@ CAPTION "Hidden window" BEGIN
END
+
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
@@ -1101,8 +1104,7 @@ END 1 TEXTINCLUDE
BEGIN
- "#include ""../src/resource.h""\r\n"
- "\0"
+ "..\\src\\resource.h\0"
END
2 TEXTINCLUDE
|
