diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-18 18:03:31 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-18 18:03:31 +0000 |
commit | 390f23975fd1244c1e172333d9faefa5654cb2ee (patch) | |
tree | f3d3d9d2b9590230c123935a717d719d6e49544a /plugins | |
parent | a95d0313e639fa16ee6e371d7a82d7d16e203d25 (diff) |
- Boktun: fix from ru-board
git-svn-id: http://svn.miranda-ng.org/main/trunk@3157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-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 16158b3375..0d71ebdeec 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 Sans Serif", 0, 0, 0x1
+FONT 8, "MS Shell Dlg", 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 Sans Serif", 0, 0, 0x1
+FONT 8, "MS Shell Dlg", 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
|