Changeset 6032 for branches/qt-gui_qt4/src/core/mainwin.cpp
- Timestamp:
- 01/13/08 17:46:26 (10 months ago)
- Files:
-
- 1 modified
-
branches/qt-gui_qt4/src/core/mainwin.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/core/mainwin.cpp
r5990 r6032 681 681 alias.replace(QChar('>'), ">"); 682 682 683 QString msg( "<b>" + alias + "</b> " + tr("is online"));683 QString msg(tr("%1 is online")).arg("<b>" + alias + "</b>"); 684 684 QPixmap px = IconManager::instance()->iconForStatus(u->StatusFull(), u->IdString(), u->PPID()); 685 685 KPassivePopup::message("Licq", msg, px, LicqGui::instance()->dockIcon(), NULL, 4000);
