From 5f68b45a7c77b3c5751757a601b62e0356586add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Fri, 19 Oct 2012 08:28:24 +0000 Subject: Show "switch to classic options" on every page of modern options git-svn-id: http://svn.miranda-ng.org/main/trunk@1981 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ModernOpt/res/resource.rc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'plugins/ModernOpt/res') diff --git a/plugins/ModernOpt/res/resource.rc b/plugins/ModernOpt/res/resource.rc index a68d14e023..9df39faf5b 100644 --- a/plugins/ModernOpt/res/resource.rc +++ b/plugins/ModernOpt/res/resource.rc @@ -42,8 +42,7 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN CONTROL "Visit official Miranda NG website",IDC_BTN_HELP, - "Hyperlink",WS_TABSTOP,15,180,338,9 - CONTROL "Switch to classic options",IDC_BTN_CLASSICOPT,"Hyperlink",WS_TABSTOP,15,195,338,9 + "Hyperlink",WS_TABSTOP,15,195,338,9 CONTROL "Custom1",IDC_BTN_ACCOUNTS,"MirandaDescButtonClass",0x0,15,0,160,41 CONTROL "Custom1",IDC_BTN_PLUGINS,"MirandaDescButtonClass",0x0,193,135,160,41 CONTROL "Custom1",IDC_BTN_IGNORE,"MirandaDescButtonClass",0x0,193,0,160,41 @@ -74,7 +73,7 @@ BEGIN DEFPUSHBUTTON "OK",IDOK,215,265,50,14 PUSHBUTTON "Cancel",IDCANCEL,271,265,50,14 PUSHBUTTON "Apply",IDC_BTN_APPLY,325,265,50,14,WS_DISABLED - CONTROL "View help online",IDC_BTN_HELP,"Hyperlink",WS_TABSTOP,7,269,118,9 + CONTROL "Switch to classic options",IDC_BTN_CLASSICOPT,"Hyperlink",WS_TABSTOP,7,269,118,9 PUSHBUTTON "Advanced",IDC_BTN_EXPERT,146,265,64,14,NOT WS_VISIBLE END -- cgit v1.2.3