diff options
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 {
|