diff options
author | dartraiden <wowemuh@gmail.com> | 2023-11-08 19:59:07 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-11-08 19:59:25 +0300 |
commit | f8f2eee71302be4b10453cb997d76ec83bf386ea (patch) | |
tree | 65447763c863b437295a829657872378b9db0c47 /plugins/Sessions/res | |
parent | d34784d6cbc8a9510b849690f70b90b7525a92a9 (diff) |
Sessions: resource cosmetic (fixes #3861)
Diffstat (limited to 'plugins/Sessions/res')
-rw-r--r-- | plugins/Sessions/res/Sessions.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Sessions/res/Sessions.rc b/plugins/Sessions/res/Sessions.rc index 98b0f22261..374a8637a6 100644 --- a/plugins/Sessions/res/Sessions.rc +++ b/plugins/Sessions/res/Sessions.rc @@ -76,7 +76,7 @@ BEGIN CONTROL "Do nothing",IDC_REXDSAVE,"Button",BS_AUTORADIOBUTTON,173,50,122,10
EDITTEXT IDC_TRACK,232,70,27,12,ES_AUTOHSCROLL | ES_NUMBER
CONTROL "",IDC_SPIN1,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | WS_TABSTOP,254,69,10,14
- LTEXT "Save only last",IDC_EXSTATIC1,173,72,56,8
+ LTEXT "Save only last",IDC_EXSTATIC1,173,72,57,8
LTEXT "sessions",IDC_EXSTATIC2,261,72,28,8
GROUPBOX "Misc",IDC_STATIC,170,96,128,95
CONTROL "Exclude hidden contacts from session on exit",IDC_EXCLHIDDEN,
|