diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:51:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:51:18 -0500 |
commit | 2166880f2ba4e37d70d75ee5f9feb4ad6b2d5f20 (patch) | |
tree | c0899acbde782754761df4cb43d44807bbecfcdd /kbugbuster | |
parent | 2762d81ca66d7106e62854f9cb1736cbd157e0f4 (diff) | |
download | tdesdk-2166880f2ba4e37d70d75ee5f9feb4ad6b2d5f20.tar.gz tdesdk-2166880f2ba4e37d70d75ee5f9feb4ad6b2d5f20.zip |
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'kbugbuster')
-rw-r--r-- | kbugbuster/gui/kbbmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/gui/kbbmainwindow.cpp b/kbugbuster/gui/kbbmainwindow.cpp index 8005d12f..5f7fb3a7 100644 --- a/kbugbuster/gui/kbbmainwindow.cpp +++ b/kbugbuster/gui/kbbmainwindow.cpp @@ -174,7 +174,7 @@ void KBBMainWindow::initActions() TQT_SLOT( searchBugNumber() ), actionCollection(), "search_bugnumber" ); // For now "Description" searches by title. Maybe later we can have a // full-text search interfacing bugs.trinitydesktop.org and rename the current one to "By Title". - new TDEAction( i18n("Search by &Description...") ,"find", CTRL+TQt::Key_D, TQT_TQOBJECT(this), + new TDEAction( i18n("Search by &Description...") ,"edit-find", CTRL+TQt::Key_D, TQT_TQOBJECT(this), TQT_SLOT( searchDescription() ), actionCollection(), "search_description" ); // new TDEAction( i18n("&Merge"), "view_remove", CTRL+TQt::Key_M, TQT_TQOBJECT(m_mainWidget), |