diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-28 09:24:28 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-28 09:24:28 +0000 |
commit | a86fe6e138fe49b5801ea9ca8af982f370e5b619 (patch) | |
tree | 40994a28802d83e74b0ec060954b7b5c9b255d55 /protocols/Skype/res | |
parent | 01d2e174819b542db070fc512b95d3213508efb2 (diff) |
- Skype: cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@5161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/res')
-rw-r--r-- | protocols/Skype/res/Resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/res/Resource.rc b/protocols/Skype/res/Resource.rc index c2fabb0b19..08f6921a9c 100644 --- a/protocols/Skype/res/Resource.rc +++ b/protocols/Skype/res/Resource.rc @@ -95,7 +95,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | CAPTION "Enter password"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- LTEXT "Enter a password",IDC_INSTRUCTION,7,7,142,8
+ LTEXT "Enter password",IDC_INSTRUCTION,7,7,142,8
EDITTEXT IDC_PASSWORD,17,16,122,14,ES_PASSWORD | ES_AUTOHSCROLL
CONTROL "Remember this session password",IDC_SAVEPASSWORD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,32,120,10
DEFPUSHBUTTON "OK",IDOK,46,50,50,14
|