Changeset 4849

Show
Ignore:
Timestamp:
02/03/07 03:24:05 (22 months ago)
Author:
erijo
Message:

Mark string as translatable. Thanks to Fabian Off for noticing.

Files:
1 modified

Legend:

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

    r4844 r4849  
    16951695 
    16961696  msgHistViewer = new CMessageViewWidget(0, gMainWindow, tabViewer, 0, true); 
    1697   tabViewer->insertTab(msgHistViewer, "History"); 
     1697  tabViewer->insertTab(msgHistViewer, tr("History")); 
    16981698 
    16991699  lay->activate();