diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-19 10:41:08 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-19 10:41:08 +0000 |
commit | 26dd9032eec48f0ee9b80baeaecc5d7d0a520e79 (patch) | |
tree | 33cb43b26c52fea8620808f34da7b9c82b7f9348 /plugins/Boltun/res/Boltun.rc | |
parent | 056715f5ecf44358d9a565a440a1af5a77bb802f (diff) |
- Boltun: revert to rev.[3155]
git-svn-id: http://svn.miranda-ng.org/main/trunk@3162 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Boltun/res/Boltun.rc')
-rw-r--r-- | plugins/Boltun/res/Boltun.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Boltun/res/Boltun.rc b/plugins/Boltun/res/Boltun.rc index 0d71ebdeec..16158b3375 100644 --- a/plugins/Boltun/res/Boltun.rc +++ b/plugins/Boltun/res/Boltun.rc @@ -71,7 +71,7 @@ END IDD_MAIN DIALOGEX 0, 0, 307, 231
STYLE DS_SETFONT | WS_CHILD | WS_BORDER
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 0, 0, 0x1
+FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
GROUPBOX "Boltun",IDC_PLUGINRM,5,2,297,222
CONTROL "Boltun Autochat everybody",IDC_EVERYBODY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,20,230,10
@@ -99,7 +99,7 @@ END IDD_ENGINE DIALOGEX 0, 0, 307, 231
STYLE DS_SETFONT | WS_CHILD | WS_BORDER
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 0, 0, 0x1
+FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
GROUPBOX "Engine",IDC_PLUGINRM,5,48,297,174
EDITTEXT IDC_MINDFILE,12,19,210,14,ES_AUTOHSCROLL | ES_READONLY | NOT WS_TABSTOP
|