diff options
Diffstat (limited to 'plugins/Gender/main.cpp')
-rw-r--r-- | plugins/Gender/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Gender/main.cpp b/plugins/Gender/main.cpp index 2b4ad0f750..fb66488c48 100644 --- a/plugins/Gender/main.cpp +++ b/plugins/Gender/main.cpp @@ -51,11 +51,7 @@ extern int onOptInitialise(WPARAM wParam, LPARAM lParam); PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
-#ifdef WIN64
- "Show Contact Gender (x64)",
-#else
"Show Contact Gender",
-#endif
PLUGIN_MAKE_VERSION(0,0,2,1),
"Shows contacts gender as an icon in contact list",
"Thief, idea by nile, icons by a0x",
|