diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-22 22:22:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-22 23:21:10 +0300 |
commit | 6b92425b46de741d4cda35027083fd988ac4e942 (patch) | |
tree | 4ea1b96d494d267ed3ceb835d611d4b095bc51f7 /src/gui/setup_chat.h | |
parent | 0fcce97fe86721f4b426250a32f461ad951f6d99 (diff) | |
download | plus-6b92425b46de741d4cda35027083fd988ac4e942.tar.gz plus-6b92425b46de741d4cda35027083fd988ac4e942.tar.bz2 plus-6b92425b46de741d4cda35027083fd988ac4e942.tar.xz plus-6b92425b46de741d4cda35027083fd988ac4e942.zip |
Add option to accept language messages in any languge.
This messages will be showed in language or general tab.
Diffstat (limited to 'src/gui/setup_chat.h')
-rw-r--r-- | src/gui/setup_chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup_chat.h b/src/gui/setup_chat.h index 6fc6e3896..2e519f11c 100644 --- a/src/gui/setup_chat.h +++ b/src/gui/setup_chat.h @@ -38,6 +38,8 @@ class Setup_Chat final : public SetupTabScroll A_DELETE_COPY(Setup_Chat) void apply(); + + void externalUpdated(); }; #endif |