diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-05-05 23:23:59 +0200 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-05-05 23:23:59 +0200 |
commit | 88ca07977eb507f37bcd87b6c3a324b1c23eeb9f (patch) | |
tree | 976360e1f3373d4bf2ab66c0c7884f38cb575b9d /protocols/FacebookRM/src/resource.h | |
parent | d222d890c51ea95aab36c091a3d9ca18f5698afc (diff) |
Facebook: Reverse logic of checkbox
Checkboxes should have positive description/meaning.
Diffstat (limited to 'protocols/FacebookRM/src/resource.h')
-rw-r--r-- | protocols/FacebookRM/src/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/resource.h b/protocols/FacebookRM/src/resource.h index 8a5cd10fe1..f898412dfa 100644 --- a/protocols/FacebookRM/src/resource.h +++ b/protocols/FacebookRM/src/resource.h @@ -42,7 +42,7 @@ #define IDC_PAGES_ALWAYS_ONLINE 1035 #define IDC_LOAD_PAGES 1036 #define IDC_KEEP_UNREAD 1037 -#define IDC_NO_TYPING_WHEN_INVISIBLE 1038 +#define IDC_TYPING_WHEN_INVISIBLE 1038 #define IDC_MESSAGES_ON_OPEN 1039 #define IDC_HIDE_CHATS 1040 #define IDC_NOTIFICATIONS_ENABLE 1041 |