diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-08-21 13:54:01 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-22 01:33:22 +0200 |
commit | e93f9c306d118a4fb6dc15a800dfe260d9603a0f (patch) | |
tree | 33d9ca215323222573d13451f5228f6eb595adec /kbugbuster/gui/kbbmainwindow.cpp | |
parent | 90cf2836bb4585e78d392b7f02852d183a3eced2 (diff) | |
download | tdesdk-e93f9c306d118a4fb6dc15a800dfe260d9603a0f.tar.gz tdesdk-e93f9c306d118a4fb6dc15a800dfe260d9603a0f.zip |
Fix branding, default server, and update server list.
(cherry picked from commit 8d38062cbcd3b1c5a0d62008068e1c149a7e8864)
Diffstat (limited to 'kbugbuster/gui/kbbmainwindow.cpp')
-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 3c57c6eb..e88d20fb 100644 --- a/kbugbuster/gui/kbbmainwindow.cpp +++ b/kbugbuster/gui/kbbmainwindow.cpp @@ -173,7 +173,7 @@ void KBBMainWindow::initActions() new KAction( i18n("Search by Bug &Number..."), "filefind", CTRL+TQt::Key_N, TQT_TQOBJECT(this), TQT_SLOT( searchBugNumber() ), actionCollection(), "search_bugnumber" ); // For now "Description" searches by title. Maybe later we can have a - // full-text search interfacing bugs.kde.org and rename the current one to "By Title". + // full-text search interfacing bugs.trinitydesktop.org and rename the current one to "By Title". new KAction( i18n("Search by &Description...") ,"find", CTRL+TQt::Key_D, TQT_TQOBJECT(this), TQT_SLOT( searchDescription() ), actionCollection(), "search_description" ); |