diff options
author | Darrell Anderson <[email protected]> | 2012-08-21 13:54:01 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-08-21 13:54:01 -0500 |
commit | 8d38062cbcd3b1c5a0d62008068e1c149a7e8864 (patch) | |
tree | 131bc71bcd79010c5ec3b3b11888af84af6fac10 /kbugbuster/gui/kbbmainwindow.cpp | |
parent | 7c7632c1a53b6bbb5059c0dd60a8c3403f883a1c (diff) | |
download | tdesdk-8d38062cbcd3b1c5a0d62008068e1c149a7e8864.tar.gz tdesdk-8d38062cbcd3b1c5a0d62008068e1c149a7e8864.zip |
Fix branding, default server, and update server list.
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" ); |