[Digikam-devel] [Bug 115536] Quick search dialog box: wrong	attached tips.
    Gilles Caulier 
    caulier.gilles at free.fr
       
    Wed Nov  2 13:42:38 GMT 2005
    
    
  
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=115536         
------- Additional Comments From caulier.gilles free fr  2005-11-02 14:42 -------
SVN commit 476949 by cgilles:
Fixed widget tip 
CCBUGS: 115536
 M  +1 -1      searchquickdialog.cpp  
--- trunk/extragear/graphics/digikam/digikam/searchquickdialog.cpp #476948:476949
 @ -54,7 +54,7  @
     QWhatsThis::add( m_searchEdit, i18n("<p>Enter here your search arguments in albums library"));
     
     m_resultsView = new SearchResultsView(vbox);
-    QWhatsThis::add( m_searchEdit, i18n("<p>You can see here the items found in albums library using the current search arguments"));
+    QWhatsThis::add( m_resultsView, i18n("<p>You can see here the items found in albums library using the current search arguments"));
     
     hbox = new QHBox(vbox);
     hbox->setSpacing(spacingHint());
    
    
More information about the Digikam-devel
mailing list