changeset 321 | 220e40e6c4ff |
parent 167 | f7efd8c7c407 |
child 364 | 7b74fa3772bf |
1.1 --- a/findwindow.cpp Tue Jan 03 09:44:41 2006 +0000 1.2 +++ b/findwindow.cpp Mon May 08 13:25:48 2006 +0000 1.3 @@ -1,13 +1,14 @@ 1.4 #include <qlineedit.h> 1.5 1.6 #include "findwindow.h" 1.7 +#include "version.h" 1.8 1.9 1.10 FindWindow::FindWindow(QWidget* parent, const char* name) 1.11 : QGroupBox( 0, Horizontal, "Find", parent, name ) 1.12 1.13 { 1.14 - setCaption ("VYM - Find Text"); 1.15 + setCaption (__VYM " - " +tr("Find Text")); 1.16 //resize (180,130); 1.17 move (130,130); 1.18