Changeset 5114

Show
Ignore:
Timestamp:
08/08/07 05:40:39 (16 months ago)
Author:
eugene
Message:

Replicated r5113 from qt4_gui.

Location:
trunk/qt-gui/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/mainwin.cpp

    r4926 r5114  
    697697                    "<li><tt>%L - </tt>local time</li>" 
    698698                    "<li><tt>%m - </tt># pending messages</li>" 
     699                    "<li><tt>%M - </tt># pending messages (if any)</li>" 
    699700                    "<li><tt>%n - </tt>full name</li>" 
    700701                    "<li><tt>%o - </tt>last seen online</li>" 
     
    49584959    "   For example in the send tab of the user function window.</li>" 
    49594960    "<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 + 
    49614962                   "</li></ul>" + tr( 
    49624963    "<hr><p> For more information, see the Licq webpage (<tt>http://www.licq.org</tt>).</p>"); 
  • trunk/qt-gui/src/optionsdlg.cpp

    r4857 r5114  
    13611361  QWhatsThis::add(lblColFormat, QStyleSheet::convertFromPlainText(tr("The format string used to define what will " 
    13621362                                   "appear in each column.\n" 
    1363                                    "The following parameters can be used:\n")) + gMainWindow->usprintfHelp); 
     1363                                   "The following parameters can be used:")) + gMainWindow->usprintfHelp); 
    13641364  lblColWidth = new QLabel (tr("Width"), grp); 
    13651365  QWhatsThis::add(lblColWidth, tr("The width of the column"));