diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-28 14:26:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-28 14:26:12 +0000 |
commit | c69a4eeaf118719b3cc7d8e762696e131fe969f2 (patch) | |
tree | 8c64c438b1c22bf11e106166a8d55337e35bad0b /plugins/TabSRMM/include | |
parent | c6818f5cbc529c51c0f8f1a392ddd5eccbc326e1 (diff) |
+ translation
git-svn-id: http://svn.miranda-ng.org/main/trunk@210 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/include')
-rw-r--r-- | plugins/TabSRMM/include/translator.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/TabSRMM/include/translator.h b/plugins/TabSRMM/include/translator.h index e248a319f8..98a5b80031 100644 --- a/plugins/TabSRMM/include/translator.h +++ b/plugins/TabSRMM/include/translator.h @@ -281,7 +281,9 @@ public: GEN_TASKBAR_STRING_USERS = 232,
GEN_AEROPEEK_NOHPP = 233,
GEN_STRING_WARNING_TITLE = 234,
- STR_LAST = 235
+ GEN_IP_CLIENT = 235,
+ GEN_IP_CLIENT_UNKNOWN = 236,
+ STR_LAST = 237
};
enum {
|