summaryrefslogtreecommitdiff
path: root/protocols/Skype/res/Resource.rc
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-06-19 21:11:41 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-06-19 21:11:41 +0000
commit2e1a5d69fbe1e329bde49c2ae6e9be82017fbd00 (patch)
treec48cdf0d3d9668461769c0660de63dce20388c38 /protocols/Skype/res/Resource.rc
parentee88b0130e900c5f9f957b18f5db86800d7707c7 (diff)
Skype: added password request for chat rooms
git-svn-id: http://svn.miranda-ng.org/main/trunk@5050 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/res/Resource.rc')
-rw-r--r--protocols/Skype/res/Resource.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/res/Resource.rc b/protocols/Skype/res/Resource.rc
index c80ea60be2..0a9c53fd22 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 for skype name %d:",IDC_INSTRUCTION,7,7,142,8
+ LTEXT "Enter a 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