diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-08-21 13:54:01 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-08-21 13:54:01 -0500 |
commit | 8d38062cbcd3b1c5a0d62008068e1c149a7e8864 (patch) | |
tree | 131bc71bcd79010c5ec3b3b11888af84af6fac10 /kbugbuster/gui/preferencesdialog.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/preferencesdialog.cpp')
-rw-r--r-- | kbugbuster/gui/preferencesdialog.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kbugbuster/gui/preferencesdialog.cpp b/kbugbuster/gui/preferencesdialog.cpp index a4354749..48cd1fae 100644 --- a/kbugbuster/gui/preferencesdialog.cpp +++ b/kbugbuster/gui/preferencesdialog.cpp @@ -281,14 +281,14 @@ SelectServerDlg::SelectServerDlg(PreferencesDialog *parent, const char */*name*/ list = new ServerListView(this ); setMainWidget( list ); - parent->createServerItem( list, "KDE", "http://bugs.kde.org", "KDE" ); - parent->createServerItem( list, "GNOME", "http://bugzilla.gnome.org", "2.10" ); - parent->createServerItem( list, "Mozilla", "http://bugzilla.mozilla.org", "2.17.1" ); - parent->createServerItem( list, "Apache", "http://nagoya.apache.org/bugzilla/", "2.14.2" ); - parent->createServerItem( list, "XFree86", "http://bugs.xfree86.org/cgi-bin/bugzilla/", "2.14.2" ); - parent->createServerItem( list, "Ximian", "http://bugzilla.ximian.com", "2.10" ); - parent->createServerItem( list, "RedHat", "http://bugzilla.redhat.com/bugzilla/", "2.17.1" ); - parent->createServerItem( list, "Mandriva", "http://qa.mandriva.com/", "2.17.4" ); + parent->createServerItem( list, "Trinity", "http://bugs.trinitydesktop.org", "TDE" ); + parent->createServerItem( list, "KDE", "http://bugs.kde.org", "KDE" ); + parent->createServerItem( list, "GNOME", "http://bugzilla.gnome.org", "3.4.13" ); + parent->createServerItem( list, "Mozilla", "http://bugzilla.mozilla.org", "4.0.7" ); + parent->createServerItem( list, "Apache", "http://issues.apache.org/bugzilla/", "4.2.1" ); + parent->createServerItem( list, "Xorg", "http://bugs.freedesktop.org/", "4.0.7" ); + parent->createServerItem( list, "RedHat", "http://bugzilla.redhat.com/bugzilla/", "4.2.2" ); + parent->createServerItem( list, "Mandriva", "http://qa.mandriva.com/", "4.0.6" ); connect( list, TQT_SIGNAL( doubleClicked ( TQListViewItem *)), this, TQT_SLOT( slotDoubleClicked( TQListViewItem *))); } |