diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-01-20 13:25:48 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-01-20 13:25:48 +0000 |
commit | 9e4e597b121123765535794d5a13fb2c0c534784 (patch) | |
tree | dde5c15b09d37944a40ea5d2b2f72fa20bc305fe /protocols/Xfire | |
parent | 5bd49f38edd0b890a832bdf40dd0b7fdaf82b144 (diff) |
translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@7785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire')
-rw-r--r-- | protocols/Xfire/src/baseProtocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/baseProtocol.h b/protocols/Xfire/src/baseProtocol.h index 5a19d38db6..7946c2adcb 100644 --- a/protocols/Xfire/src/baseProtocol.h +++ b/protocols/Xfire/src/baseProtocol.h @@ -86,7 +86,7 @@ // Definitions
//=======================================================
#define protocolname "XFire" //no spaces here :)
-#define PLUGIN_TITLE "XFire Protocol"
+#define PLUGIN_TITLE LPGEN("XFire Protocol")
//=======================================================
// Defines
|