-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
this mini patch fixes a typo in a WhatsThis text in the Password/UIN settings
dialog.
Thomas
- --
Mathematicians are like Frenchmen: whatever you say to them they
translate into their own language, and forthwith it is something
entirely different.
-- Johann Wolfgang von Goethe
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9wsof+83LmoKU5MARAnaaAJwNuQVIpFj8P1BFWLoBnSL1YLHcWgCgggDE
Zmf/6U7EYwbsW2NlyVM82RQ=
=L6TB
-----END PGP SIGNATURE-----
Index: licq/plugins/qt-gui/src/securitydlg.cpp
===================================================================
RCS file: /cvsroot/licq/qt-gui/src/securitydlg.cpp,v
retrieving revision 1.12
diff -u -3 -p -r1.12 securitydlg.cpp
--- licq/plugins/qt-gui/src/securitydlg.cpp 2 Oct 2002 05:06:09 -0000 1.12
+++ licq/plugins/qt-gui/src/securitydlg.cpp 1 Nov 2002 18:40:16 -0000
@@ -67,7 +67,7 @@ SecurityDlg::SecurityDlg(CICQDaemon *s,
lblUin = new QLabel(tr("&Uin:"), passwordBox);
edtUin = new QLineEdit(passwordBox);
QWhatsThis::add(edtUin, tr("Enter the UIN which you want to use. "
- "Only available if \"Local changes only\" is"
+ "Only available if \"Local changes only\" is "
"checked."));
lblPassword = new QLabel(tr("&Password:"), passwordBox);
edtFirst = new QLineEdit(passwordBox);