diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-07-25 21:26:15 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-07-25 21:26:15 +0000 |
commit | 3856c86d711275b80e09371cad10b8b828a5879a (patch) | |
tree | daabf8b97bf82547558563ed36e43722c84ec6a6 /protocols/FacebookRM/res | |
parent | cae173e53eb38367866bb44572e9431492628338 (diff) |
Facebook: Removed characters count from Mind dialog
git-svn-id: http://svn.miranda-ng.org/main/trunk@5489 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/res')
-rw-r--r-- | protocols/FacebookRM/res/facebook.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/FacebookRM/res/facebook.rc b/protocols/FacebookRM/res/facebook.rc index 14868ab324..54d56816bd 100644 --- a/protocols/FacebookRM/res/facebook.rc +++ b/protocols/FacebookRM/res/facebook.rc @@ -84,7 +84,6 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN
LTEXT "Text:",IDC_STATIC,4,6,44,8,0,WS_EX_RIGHT
EDITTEXT IDC_MINDMSG,53,4,210,36,ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL
- LTEXT "420",IDC_CHARACTERS,4,30,43,10,0,WS_EX_RIGHT
LTEXT "Place:",IDC_STATIC,4,46,44,8,0,WS_EX_RIGHT
EDITTEXT IDC_PLACE,53,43,210,14,ES_AUTOHSCROLL
LTEXT "Visibility:",IDC_STATIC,4,62,44,8,0,WS_EX_RIGHT
|