summaryrefslogtreecommitdiff
path: root/plugins/Sessions/res
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-03-13 13:30:30 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-03-13 13:30:30 +0300
commit933930da6d8b0bc185c3675b38be044036698515 (patch)
treeba0d7b1f3ccc048601a33d4c002e8c06611003e6 /plugins/Sessions/res
parent8738695c3edda06ab609855bee764e83f5bf3712 (diff)
fixes #3421 (Sessions: опция "только если доступна последняя сессия" ведёт себя странно)
Diffstat (limited to 'plugins/Sessions/res')
-rw-r--r--plugins/Sessions/res/Sessions.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Sessions/res/Sessions.rc b/plugins/Sessions/res/Sessions.rc
index 199996ab26..ccb6d1693b 100644
--- a/plugins/Sessions/res/Sessions.rc
+++ b/plugins/Sessions/res/Sessions.rc
@@ -57,9 +57,9 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Action on Startup",IDC_STATIC,6,11,157,75
CONTROL "Open Sessions Manager dialog",IDC_STARTDIALOG,"Button",BS_AUTORADIOBUTTON | WS_GROUP,9,21,144,10
+ CONTROL "Open dialog if last session present",IDC_CHECKLAST,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,9,32,144,10
CONTROL "Restore Last Session",IDC_RLOADLAST,"Button",BS_AUTORADIOBUTTON,9,43,144,10
- CONTROL "Do nothing",IDC_RNOTHING,"Button",BS_AUTORADIOBUTTON,9,55,144,10
- CONTROL "Only if last session present",IDC_CHECKLAST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,32,126,10
+ CONTROL "Do nothing",IDC_RNOTHING,"Button",BS_AUTORADIOBUTTON,9,54,144,10
EDITTEXT IDC_STARTDELAY,105,70,26,12,ES_AUTOHSCROLL | ES_NUMBER
LTEXT "Startup delay",IDC_STATICOP,9,72,93,8
LTEXT "ms",IDC_STATICMS,136,72,16,8