diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-06-13 10:35:06 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-06-13 10:35:06 +0000 |
commit | b80786697d03abf0f6294c5edc4cc3a24b7b623c (patch) | |
tree | 66ec3cf7011eff777d63a22da3b0fd1a073262b9 /plugins/UserInfoEx/src/svc_constants.h | |
parent | e111c293216ba8d784ff1f7b601877d1e2c8f383 (diff) |
translation fixes (by person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@9456 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/svc_constants.h')
-rw-r--r-- | plugins/UserInfoEx/src/svc_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/svc_constants.h b/plugins/UserInfoEx/src/svc_constants.h index 09f65ef1ba..3dd299d904 100644 --- a/plugins/UserInfoEx/src/svc_constants.h +++ b/plugins/UserInfoEx/src/svc_constants.h @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef _SVC_CONSTANTS_INCLUDED_
#define _SVC_CONSTANTS_INCLUDED_
-#define MODULELONGNAME "Extended user info"
+#define MODULELONGNAME LPGEN("Extended user info")
#define USERINFO "UserInfo"
#define MODNAME "UserInfoEx"
#define MODNAMEFLAGS "Flags"
|