diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-16 11:03:30 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-16 11:03:30 +0000 |
commit | 5750b26d1a312d0298381de81430a77d96192fb2 (patch) | |
tree | dd3ef1d346df6083c8ab148948a9c01cb000ee57 /plugins/SeenPlugin/resource.rc | |
parent | cbdcfde4b22d219f5ffe802cb03fb736517cdd72 (diff) |
another portion of unneeded MirandaPluginInterfaces removal
git-svn-id: http://svn.miranda-ng.org/main/trunk@443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SeenPlugin/resource.rc')
-rw-r--r-- | plugins/SeenPlugin/resource.rc | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/plugins/SeenPlugin/resource.rc b/plugins/SeenPlugin/resource.rc index 90733f0fd1..d813b69be3 100644 --- a/plugins/SeenPlugin/resource.rc +++ b/plugins/SeenPlugin/resource.rc @@ -134,11 +134,6 @@ BEGIN CONTROL "",ID_STATUS_OFFLINE,"ColourPicker",WS_TABSTOP,210,120,20,14
CONTROL "",ID_STATUS_OFFLINE+20,"ColourPicker",WS_TABSTOP,235,120,20,14
PUSHBUTTON "Reset colors",IDC_DEFAULTCOL,115,145,50,13
-#ifndef PERMITNSN
- GROUPBOX "Disable CList Notifications",IDC_STATIC,0,170,280,38,WS_GROUP
- CONTROL "For watched protocols",IDC_DISWATCHED,"Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,10,180,100,10
- CONTROL "For non-watched protocols",IDC_DISNONWATCHED,"Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,10,193,100,10
-#endif
END
IDD_USERINFO DIALOGEX 0, 0, 222, 132
@@ -252,12 +247,8 @@ BEGIN BEGIN
VALUE "Comments", "Last Seen Mod Plugin for Miranda IM\0"
VALUE "CompanyName", "Heiko Schillinger, YB\0"
-#ifdef PERMITNSN
- VALUE "FileDescription", "Last Seen Plugin\0"
-#else
- VALUE "FileDescription", "Last Seen Plugin (NSN Compatible)\0"
-#endif
- VALUE "FileVersion", "5.0.4.7\0"
+ VALUE "FileDescription", "Last Seen Plugin (NSN Compatible)\0"
+ VALUE "FileVersion", "5.0.4.7\0"
VALUE "InternalName", "Last Seen\0"
VALUE "LegalCopyright", "© 2001-2002 by Heiko Schillinger, 2003 by Bruno Rino, 2006 by YB\0"
VALUE "LegalTrademarks", "\0"
|