From 79262bc64a1a3d4c0b47476ddff75813009ed300 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 14 May 1997 12:05:55 +0000 Subject: [PATCH] Coolo: a little patch from Miroslav svn path=/trunk/kdebase/kfind/; revision=170 --- kfind/kftabdlg.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kfind/kftabdlg.cpp b/kfind/kftabdlg.cpp index 0048884766..b2dfff276c 100644 --- a/kfind/kftabdlg.cpp +++ b/kfind/kftabdlg.cpp @@ -426,6 +426,8 @@ QString KfindTabDialog::createQuery() { str = dirBox->text(dirBox->currentItem()); + nameBox->insertItem( nameBox->currentText(),0 ); + if ( (typeBox->currentItem())!=0 ) { KfFileType *typ;