summaryrefslogtreecommitdiff
path: root/plugins/Boltun/src/boltun.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-01-18 17:53:47 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-01-18 17:53:47 +0000
commita95d0313e639fa16ee6e371d7a82d7d16e203d25 (patch)
tree3aecbbc71ba8d27f09716e2d8c5146deb56af0d5 /plugins/Boltun/src/boltun.h
parent4a34c6a6c70e52ff67d43f75ebdc68395bcc8e25 (diff)
- Boltun: code cleanup (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3156 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Boltun/src/boltun.h')
-rw-r--r--plugins/Boltun/src/boltun.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/plugins/Boltun/src/boltun.h b/plugins/Boltun/src/boltun.h
index dc0cdcdb22..591626885a 100644
--- a/plugins/Boltun/src/boltun.h
+++ b/plugins/Boltun/src/boltun.h
@@ -50,23 +50,23 @@
//Plugin name
#define BOLTUN_NAME "Boltun"
-#define MIND_FILE_DESC _T("Mind Files")
-#define ALL_FILES_DESC _T("All Files")
+#define MIND_FILE_DESC TranslateT("Mind Files")
+#define ALL_FILES_DESC TranslateT("All Files")
//UI strings
-#define BOLTUN_AUTO_CHAT "Boltun/Auto Chat"
-#define BOLTUN_NOT_TO_CHAT "Boltun/Not to Chat"
-#define BOLTUN_START_CHATTING "Boltun/Start Chatting"
+#define BOLTUN_AUTO_CHAT LPGEN("Boltun/Auto Chat")
+#define BOLTUN_NOT_TO_CHAT LPGEN("Boltun/Not to Chat")
+#define BOLTUN_START_CHATTING LPGEN("Boltun/Start Chatting")
-#define DEFAULT_WARN_TEXT _T("Hello. I'm Boltun! I'll talk to you, while my owner is away. Please write without mistakes!")
+#define DEFAULT_WARN_TEXT TranslateT("Hello. I'm Boltun! I'll talk to you, while my owner is away. Please write without mistakes!")
// Error messages
-#define BOLTUN_ERROR _T("Boltun Error")
-#define FAILED_TO_LOAD_BASE _T("Failed to load base of remarks. Error at line %d of %s. (Or few lines before).")
-#define FAILED_TO_SAVE_BASE _T("Failed to save base of remarks to %s")
+#define BOLTUN_ERROR TranslateT("Boltun Error")
+#define FAILED_TO_LOAD_BASE TranslateT("Failed to load base of remarks. Error at line %d of %s. (Or few lines before).")
+#define FAILED_TO_SAVE_BASE TranslateT("Failed to save base of remarks to %s")
//Settings tab names
-#define TAB_GENERAL "General Settings"
-#define TAB_ENGINE "Engine Settings"
+#define TAB_GENERAL Translate("General Settings")
+#define TAB_ENGINE Translate("Engine Settings")
#endif /*_BOLTUN_H*/