Introduced basic export to Open Document format
authorinsilmaril
Tue, 24 Jan 2006 15:09:48 +0000
changeset 18060e2297bab39
parent 179 d1d6d9c29f9f
child 181 bd530b01f77f
Introduced basic export to Open Document format
findwindow.cpp
     1.1 --- a/findwindow.cpp	Tue Jan 03 09:44:41 2006 +0000
     1.2 +++ b/findwindow.cpp	Tue Jan 24 15:09: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