diff options
author | dartraiden <wowemuh@gmail.com> | 2023-11-06 14:14:27 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-11-06 14:14:27 +0300 |
commit | 59dead43ff53735188dd9d85b75f8aa3ec6afddb (patch) | |
tree | c42b22c2be2b233218c7e0cf4bf551986e0f129d /src | |
parent | 04ed4c4fa35ba64e14f290d258cfedb6de12c1e2 (diff) |
StdMsg: resource cosmetic
Diffstat (limited to 'src')
-rw-r--r-- | src/core/stdmsg/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdmsg/res/resource.rc b/src/core/stdmsg/res/resource.rc index 806e68a489..5a567442a8 100644 --- a/src/core/stdmsg/res/resource.rc +++ b/src/core/stdmsg/res/resource.rc @@ -34,8 +34,8 @@ BEGIN LTEXT "Automatically popup window when:",IDC_STATIC,7,7,141,13
CONTROL "",IDC_POPLIST,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_NOTOOLTIPS | TVS_NOHSCROLL | TVS_NONEVENHEIGHT | WS_BORDER | WS_TABSTOP,199,6,98,42
CONTROL "Don't steal focus",IDC_DONOTSTEALFOCUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,21,130,10
- LTEXT "Maximum number of flashes (0 = indefinite)",IDC_STATIC,7,35,141,8
- EDITTEXT IDC_NFLASHES,150,33,25,12,ES_AUTOHSCROLL | ES_NUMBER
+ LTEXT "Maximum number of flashes (0 = indefinite)",IDC_STATIC,7,35,151,8
+ EDITTEXT IDC_NFLASHES,160,33,25,12,ES_AUTOHSCROLL | ES_NUMBER
CONTROL "Close the message window on send",IDC_AUTOCLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,50,289,10
CONTROL "Minimize the message window on send",IDC_AUTOMIN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,62,289,10
CONTROL "Use the contact's status icon as the window icon",IDC_STATUSWIN,
|