diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-09-07 15:01:49 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-09-07 15:01:49 +0000 |
commit | 2f5d76f08d12f55ef28f7b56592b7e641d2cad26 (patch) | |
tree | 4031e59cb2861e30962eb48cadff31a1afec9544 /protocols/FacebookRM/src/proto.h | |
parent | c03e34d73e955f6adcb2bcd40d5f524083d210c3 (diff) |
Facebook: Fixed using hidden "Locale" option, now it is used in all requests
git-svn-id: http://svn.miranda-ng.org/main/trunk@10394 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/proto.h')
-rw-r--r-- | protocols/FacebookRM/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/proto.h b/protocols/FacebookRM/src/proto.h index 4ad3a3642c..a18d8e4275 100644 --- a/protocols/FacebookRM/src/proto.h +++ b/protocols/FacebookRM/src/proto.h @@ -54,6 +54,7 @@ public: bool m_invisible; bool m_enableChat; bool m_signingOut; + std::string m_locale; // DB utils missing in proto_interface |