diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-10-19 08:28:24 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-10-19 08:28:24 +0000 |
commit | 5f68b45a7c77b3c5751757a601b62e0356586add (patch) | |
tree | 8e96e276c499068dfc9d0e0714f8371b5194bf8b /plugins/ModernOpt/res/resource.rc | |
parent | 2fbe86924f7ac0ec1b18fcc35805006456a305c2 (diff) |
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
Diffstat (limited to 'plugins/ModernOpt/res/resource.rc')
-rw-r--r-- | plugins/ModernOpt/res/resource.rc | 5 |
1 files changed, 2 insertions, 3 deletions
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
|