diff options
Diffstat (limited to 'plugins/ContactsPlus/main.cpp')
-rw-r--r-- | plugins/ContactsPlus/main.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/ContactsPlus/main.cpp b/plugins/ContactsPlus/main.cpp index de33f9338e..b1fa14744e 100644 --- a/plugins/ContactsPlus/main.cpp +++ b/plugins/ContactsPlus/main.cpp @@ -53,12 +53,8 @@ int g_UnicodeCore; PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
-#ifdef WIN64
- "Send/Receive Contacts+ (x64)",
-#else
"Send/Receive Contacts+",
-#endif
- PLUGIN_MAKE_VERSION(1,5,2,0),
+ PLUGIN_MAKE_VERSION(1,5,2,0),
"Allows you to send and receive contacts",
"Joe Kucera, Todor Totev",
"jokusoftware@miranda-im.org",
|