diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-04 05:50:07 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-04 05:50:07 +0000 |
commit | ebf70f2938a9155c2ec8ea28129fa3c68c9e5c72 (patch) | |
tree | c6f91c5ccc2c8e13aa61a6815c8d0dd67c271017 /plugins | |
parent | ed852a1fdbb962ef6789e459cdb078a2f4d2a0c0 (diff) |
revert of 131418
git-svn-id: http://svn.miranda-ng.org/main/trunk@13419 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/HistoryLinkListPlus/res/linklist.rc | 1 | ||||
-rw-r--r-- | plugins/NewAwaySysMod/res/NewAwaySys.rc | 3 | ||||
-rw-r--r-- | plugins/Non-IM Contact/res/resource.rc | 1 | ||||
-rw-r--r-- | plugins/ShellExt/res/shldlgs.rc | 1 | ||||
-rw-r--r-- | plugins/TrafficCounter/res/resource.rc | 1 |
5 files changed, 7 insertions, 0 deletions
diff --git a/plugins/HistoryLinkListPlus/res/linklist.rc b/plugins/HistoryLinkListPlus/res/linklist.rc index 4e943f89fd..fb51feedb7 100644 --- a/plugins/HistoryLinkListPlus/res/linklist.rc +++ b/plugins/HistoryLinkListPlus/res/linklist.rc @@ -90,6 +90,7 @@ END IDD_OPTIONS_DLG DIALOG 0, 0, 314, 240
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Color select",IDC_STATIC,0,87,252,83
LTEXT "Incoming messages",IDC_TXTIN,17,101,85,9
diff --git a/plugins/NewAwaySysMod/res/NewAwaySys.rc b/plugins/NewAwaySysMod/res/NewAwaySys.rc index d598655eac..d91774f7e5 100644 --- a/plugins/NewAwaySysMod/res/NewAwaySys.rc +++ b/plugins/NewAwaySysMod/res/NewAwaySys.rc @@ -142,6 +142,7 @@ END IDD_AUTOREPLY DIALOG DISCARDABLE 0, 0, 312, 231
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "",IDC_MOREOPTDLG_PANEL,6,6,300,220
CONTROL "Enable autoreply",IDC_REPLYDLG_ENABLEREPLY,"Button",
@@ -252,6 +253,7 @@ END IDD_MESSAGES DIALOG DISCARDABLE 0, 0, 311, 221
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "",IDC_MESSAGEDLG_MSGTREE,"SysTreeView32",TVS_HASBUTTONS |
TVS_HASLINES | TVS_LINESATROOT | TVS_EDITLABELS |
@@ -339,6 +341,7 @@ END IDD_MOREOPTDIALOG DIALOG DISCARDABLE 0, 0, 311, 235
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
RTEXT "Wait",IDC_STATIC_MOREOPTDLG_WAIT,2,10,36,8
EDITTEXT IDC_MOREOPTDLG_WAITFORMSG,41,8,28,12,ES_AUTOHSCROLL
diff --git a/plugins/Non-IM Contact/res/resource.rc b/plugins/Non-IM Contact/res/resource.rc index 933ed3356a..e68f6a6215 100644 --- a/plugins/Non-IM Contact/res/resource.rc +++ b/plugins/Non-IM Contact/res/resource.rc @@ -93,6 +93,7 @@ END IDD_OPTIONS DIALOG 0, 0, 291, 180
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "Away as another status",IDC_AWAYISNOTONLINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,42,169,10
CONTROL "Disable timer",IDC_DISABLETIMER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,99,106,10
diff --git a/plugins/ShellExt/res/shldlgs.rc b/plugins/ShellExt/res/shldlgs.rc index ec9c78fe4c..37278e86e4 100644 --- a/plugins/ShellExt/res/shldlgs.rc +++ b/plugins/ShellExt/res/shldlgs.rc @@ -13,6 +13,7 @@ IDD_SHLOPTS DIALOG DISCARDABLE 0, 0, 312, 238 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "Display contacts in their assigned groups (if any)", IDC_USEGROUPS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15, diff --git a/plugins/TrafficCounter/res/resource.rc b/plugins/TrafficCounter/res/resource.rc index a136ef9272..68b6867749 100644 --- a/plugins/TrafficCounter/res/resource.rc +++ b/plugins/TrafficCounter/res/resource.rc @@ -55,6 +55,7 @@ END IDD_OPT_TRAFFIC_POPUPS DIALOG 0, 0, 313, 233
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Notification",IDC_STATIC,4,5,302,104
CONTROL "Notify me on every",IDC_NOTIFYSIZE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,15,86,10
|