Branch: master

dc7f1ae1 2014-10-13 12:47:30 Timothy Pearson
Bring undo, redo, find, and revert icons into XDG compliance
M kerry/src/searchdlg.cpp
diff --git a/kerry/src/searchdlg.cpp b/kerry/src/searchdlg.cpp
index bf62762..e77e993 100644
--- a/kerry/src/searchdlg.cpp
+++ b/kerry/src/searchdlg.cpp
@@ -138,7 +138,7 @@
   currentSortOrder = defaultSortOrder;
   kapp->dcopClient()->setDefaultObject( objId() );
   beagleJustStarted = false;
-  m_searchPixmap->setPixmap( BarIcon( "find", 32 ) );
+  m_searchPixmap->setPixmap( BarIcon( "edit-find", 32 ) );
 
   TQTextCodec::setCodecForCStrings(TQTextCodec::codecForName( "utf8" ));
   encodingRegexp = TQRegExp("%[\\dA-F][\\dA-F]");
@@ -1433,7 +1433,7 @@
 
 void SearchDlg::searchFinished()
 {
-    m_searchPixmap->setPixmap( BarIcon( "find", 32 ) );
+    m_searchPixmap->setPixmap( BarIcon( "edit-find", 32 ) );
 
     still_searching = false;