summaryrefslogtreecommitdiff
path: root/plugins/mTextControl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mTextControl')
-rw-r--r--plugins/mTextControl/src/version.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/plugins/mTextControl/src/version.h b/plugins/mTextControl/src/version.h
index 59e8525d63..863d7bb32f 100644
--- a/plugins/mTextControl/src/version.h
+++ b/plugins/mTextControl/src/version.h
@@ -31,13 +31,10 @@ Last change by : $Author$
#define MODULNAME "MTextControl" //DB modul for this plugin
#define MODULTITLE "Text Display"
- #ifdef _UNICODE
- #define MTEXT_DISPLAYNAME "Miranda Text Control (Unicode)"
- #define MTEXT_FILENAME "mtextcontrolW.dll"
- #else
- #define MTEXT_DISPLAYNAME "Miranda Text Control (Ansi)"
- #define MTEXT_FILENAME "mtextcontrol.dll"
- #endif
+
+ #define MTEXT_DISPLAYNAME "Miranda Text Control"
+ #define MTEXT_FILENAME "mtextcontrol.dll"
+
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 8
#define __RELEASE_NUM 0