Treat buddy as Buddy and Divemaster, sort the filter lists.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-10-31 17:13:09 -02:00 committed by Dirk Hohndel
parent 2827da5ecf
commit 03c22c3b18
2 changed files with 12 additions and 6 deletions

View file

@ -484,7 +484,8 @@ void TagFilter::hideEvent(QHideEvent *event)
BuddyFilter::BuddyFilter(QWidget *parent) : QWidget(parent)
{
ui.setupUi(this);
ui.label->setText(tr("Buddies: "));
ui.label->setText(tr("Person: "));
ui.label->setToolTip(tr("Searches for Buddies and Divemasters"));
#if QT_VERSION >= 0x050000
ui.filterInternalList->setClearButtonEnabled(true);
#endif