-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi guys,
somehow a string has been forgotten to be marked for translation. (password
dialog -> update button)
This mini-patch fixes this and adds the new string for translation.
Could someone commit this, please?
Thomas
- --
_________________________________________________
No I Don't Yahoo!
And I'm getting pretty sick of being asked if I do.
_________________________________________________
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9aOwh+83LmoKU5MARArDOAKCKlXgE6iOuX0lgTHO5NFJS5/yl7wCfXA1b
8f/lAC4wGzrsFkjrIcBd974=
=fBFM
-----END PGP SIGNATURE-----
Index: passworddlg.cpp
===================================================================
RCS file: /cvsroot/licq/qt-gui/src/passworddlg.cpp,v
retrieving revision 1.8
diff -u -3 -p -r1.8 passworddlg.cpp
--- passworddlg.cpp 2 Nov 2000 17:57:55 -0000 1.8
+++ passworddlg.cpp 25 Aug 2002 14:29:47 -0000
@@ -62,7 +62,7 @@ PasswordDlg::PasswordDlg(CICQDaemon *s,
lay->addStretch(1);
- btnUpdate = new QPushButton("&Update", this);
+ btnUpdate = new QPushButton(tr("&Update"), this);
btnUpdate->setDefault(true);
btnUpdate->setMinimumWidth(75);
btnCancel = new QPushButton(tr("&Cancel"), this);