diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-04-18 05:33:06 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-04-18 05:33:06 +0000 |
commit | 889215059e7aaee737b998b036513ebca95b0348 (patch) | |
tree | 4a8ca3f1c587f4c32c5654df7514c07c911a3311 /plugins/SMS/res/resource.rc | |
parent | 609b81615bd8a2726da369574ec298f6fe853886 (diff) |
Translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@8988 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SMS/res/resource.rc')
-rw-r--r-- | plugins/SMS/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SMS/res/resource.rc b/plugins/SMS/res/resource.rc index 430840d809..1f8eb7c957 100644 --- a/plugins/SMS/res/resource.rc +++ b/plugins/SMS/res/resource.rc @@ -70,7 +70,7 @@ BEGIN PUSHBUTTON "Multiple >>",IDC_MULTIPLE,232,17,45,11
LTEXT "Enter message:",IDC_ST_ENTERMESSAGE,2,32,76,9
RTEXT "Chars:",IDC_ST_CHARS,207,32,34,8
- RTEXT "%d/160",IDC_COUNT,242,32,35,8,SS_NOPREFIX | SS_SUNKEN
+ RTEXT "",IDC_COUNT,242,32,35,8,SS_NOPREFIX | SS_SUNKEN
EDITTEXT IDC_MESSAGE,2,42,275,84,ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL,WS_EX_CLIENTEDGE
DEFPUSHBUTTON "&Send",IDOK,73,130,50,14
PUSHBUTTON "&Close",IDCANCEL,143,130,50,14
|