From 0ebf6eee52c36fe139edb77730a835479cf0de21 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 6 Jun 2018 20:23:37 +0300 Subject: StdMsg: option "Restore previously open tabs when showing the window" removed because it does nothing anyway. use plugin Sessions instead --- src/core/stdmsg/res/resource.rc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/core/stdmsg/res') diff --git a/src/core/stdmsg/res/resource.rc b/src/core/stdmsg/res/resource.rc index 4e1be5d546..cb7b963fa3 100644 --- a/src/core/stdmsg/res/resource.rc +++ b/src/core/stdmsg/res/resource.rc @@ -127,9 +127,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "Use a tabbed interface",IDC_USETABS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,11,263,13 CONTROL "Close tab on double click",IDC_CLOSETABS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,26,246,10 - CONTROL "Restore previously open tabs when showing the window",IDC_RESTORETABS, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,39,250,10 - CONTROL "Show tabs at the bottom",IDC_TABSBOTTOM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,52,233,10 + CONTROL "Show tabs at the bottom",IDC_TABSBOTTOM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,39,250,10 END IDD_OPT_MSGTYPE DIALOGEX 0, 0, 283, 234 -- cgit v1.2.3