diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-04 04:12:30 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-04 04:12:30 +0000 |
commit | ed852a1fdbb962ef6789e459cdb078a2f4d2a0c0 (patch) | |
tree | 726177fe0c05bf92915e795b9d7ea0e7cb6ec68e /plugins/Non-IM Contact | |
parent | 5b10b3bb17d4ed087b25b45c616ccab42dfe8e3e (diff) |
compilation fixes (ghazan, please check this)
git-svn-id: http://svn.miranda-ng.org/main/trunk@13418 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Non-IM Contact')
-rw-r--r-- | plugins/Non-IM Contact/res/resource.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Non-IM Contact/res/resource.rc b/plugins/Non-IM Contact/res/resource.rc index e68f6a6215..933ed3356a 100644 --- a/plugins/Non-IM Contact/res/resource.rc +++ b/plugins/Non-IM Contact/res/resource.rc @@ -93,7 +93,6 @@ 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
|