diff options
Diffstat (limited to 'protocols/Quotes')
-rw-r--r-- | protocols/Quotes/version.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/Quotes/version.h b/protocols/Quotes/version.h index 956486d4d5..63aab03338 100644 --- a/protocols/Quotes/version.h +++ b/protocols/Quotes/version.h @@ -10,11 +10,7 @@ #define __STRINGIFY(x) __STRINGIFY_IMPL(x)
#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
-#if defined (_UNICODE)
-#define __PLUGIN_NAME "Quotes (Unicode)"
-#else
#define __PLUGIN_NAME "Quotes"
-#endif
#define __INTERNAL_NAME "Quotes"
#define __FILENAME "Quotes.dll"
#define __DESCRIPTION "Show currency rates and economic quotes."
|