Changeset 5114
- Timestamp:
- 08/08/07 05:40:39 (16 months ago)
- Location:
- trunk/qt-gui/src
- Files:
-
- 2 modified
-
mainwin.cpp (modified) (2 diffs)
-
optionsdlg.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/mainwin.cpp
r4926 r5114 697 697 "<li><tt>%L - </tt>local time</li>" 698 698 "<li><tt>%m - </tt># pending messages</li>" 699 "<li><tt>%M - </tt># pending messages (if any)</li>" 699 700 "<li><tt>%n - </tt>full name</li>" 700 701 "<li><tt>%o - </tt>last seen online</li>" … … 4958 4959 " For example in the send tab of the user function window.</li>" 4959 4960 "<li>Here is the complete list of user % options, which can be used in <b>OnEvent</b>" 4960 " parameters, <b>auto responses</b>, and <b>utilities</b>: \n") + gMainWindow->usprintfHelp +4961 " parameters, <b>auto responses</b>, and <b>utilities</b>:") + gMainWindow->usprintfHelp + 4961 4962 "</li></ul>" + tr( 4962 4963 "<hr><p> For more information, see the Licq webpage (<tt>http://www.licq.org</tt>).</p>"); -
trunk/qt-gui/src/optionsdlg.cpp
r4857 r5114 1361 1361 QWhatsThis::add(lblColFormat, QStyleSheet::convertFromPlainText(tr("The format string used to define what will " 1362 1362 "appear in each column.\n" 1363 "The following parameters can be used: \n")) + gMainWindow->usprintfHelp);1363 "The following parameters can be used:")) + gMainWindow->usprintfHelp); 1364 1364 lblColWidth = new QLabel (tr("Width"), grp); 1365 1365 QWhatsThis::add(lblColWidth, tr("The width of the column"));
