Hi all,
Here is another missing codec->toUnicode(). Patch against Dirk's daily CVS 20030330. Please apply. Thanks! -- G.
diff -urNp licq-20030330.orig/plugins/qt-gui/src/keyrequestdlg.cpp licq-20030330/plugins/qt-gui/src/keyrequestdlg.cpp --- licq-20030330.orig/plugins/qt-gui/src/keyrequestdlg.cpp Mon Mar 31 00:58:01 2003 +++ licq-20030330/plugins/qt-gui/src/keyrequestdlg.cpp Mon Mar 31 01:00:54 2003 @@ -42,7 +42,7 @@ KeyRequestDlg::KeyRequestDlg(CSignalMana icqEventTag = 0; ICQUser *u = gUserManager.FetchUser(m_nUin, LOCK_R); - setCaption(tr("Licq - Secure Channel with %1").arg(u->GetAlias())); + setCaption(tr("Licq - Secure Channel with %1").arg(codec->toUnicode(u->GetAlias()))); QBoxLayout *top_lay = new QVBoxLayout(this, 10);