summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-gutenbrowser/SearchDialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/opie-gutenbrowser/SearchDialog.cpp b/noncore/apps/opie-gutenbrowser/SearchDialog.cpp
index dab4789..4ddb3f0 100644
--- a/noncore/apps/opie-gutenbrowser/SearchDialog.cpp
+++ b/noncore/apps/opie-gutenbrowser/SearchDialog.cpp
@@ -54,12 +54,13 @@ SearchDialog::SearchDialog( QWidget* parent, const char* name, bool modal, WFla
54 54
55 layout->addMultiCellWidget(buttonOk, 2, 2, 0, 0); 55 layout->addMultiCellWidget(buttonOk, 2, 2, 0, 0);
56 56
57 buttonCancel = new QPushButton( this, "buttonCancel" ); 57 buttonCancel = new QPushButton( this, "buttonCancel" );
58 buttonCancel->setText( tr( "&Cancel" ) ); 58 buttonCancel->setText( tr( "&Cancel" ) );
59 buttonCancel->setAutoDefault( TRUE ); 59 buttonCancel->setAutoDefault( TRUE );
60 layout->addMultiCellWidget(buttonCancel, 2, 2, 1, 1);
60// buttonCancel->setMaximumWidth(40); 61// buttonCancel->setMaximumWidth(40);
61 62
62 63
63 if( (QString)name !="Etext Search" ) 64 if( (QString)name !="Etext Search" )
64 SearchLineEdit->setText(lastSearch); 65 SearchLineEdit->setText(lastSearch);
65 66