Bring undo, redo, find, and revert icons into XDG compliance

pull/4/head
Timothy Pearson 10 years ago
parent 58239d6701
commit dc7f1ae1a0

@ -138,7 +138,7 @@ static TQLabel* switchLabel[switchLabelCount] = {showEverything, showApplication
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::searchLostOutput(BeagleSearch::VanishedURIList &items)
void SearchDlg::searchFinished()
{
m_searchPixmap->setPixmap( BarIcon( "find", 32 ) );
m_searchPixmap->setPixmap( BarIcon( "edit-find", 32 ) );
still_searching = false;

Loading…
Cancel
Save