diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-08-07 00:09:52 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-08-07 00:09:52 +0000 |
commit | 83a9913e0df76ce771a25e6816f8f8a0a58758f1 (patch) | |
tree | e6122a752923ff7ef9d7ef63fb9dde1b7368ce72 /protocols/FacebookRM/res | |
parent | 868e1f90c63aec0b5a22db8bfd65ed482326b0f4 (diff) |
Facebook: Support for stickers as custom smileys
git-svn-id: http://svn.miranda-ng.org/main/trunk@10102 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/res')
-rw-r--r-- | protocols/FacebookRM/res/facebook.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/res/facebook.rc b/protocols/FacebookRM/res/facebook.rc index 7241472d5f..1b0bbec481 100644 --- a/protocols/FacebookRM/res/facebook.rc +++ b/protocols/FacebookRM/res/facebook.rc @@ -157,7 +157,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,79,281,10
RTEXT "Use this server for opening links:",IDC_STATIC,13,94,139,8
COMBOBOX IDC_URL_SERVER,156,91,138,59,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- CONTROL "Enable support for Custom smileys (EXPERIMENTAL + BUGGY!)",IDC_CUSTOM_SMILEYS,
+ CONTROL "Show stickers as custom smileys (EXPERIMENTAL)",IDC_CUSTOM_SMILEYS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,129,281,10
CONTROL "Use local time for received messages",IDC_USE_LOCAL_TIME,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,142,281,10
|