Commit 725cb2f8 authored by Matt Lowe's avatar Matt Lowe
Browse files

Renamed userlist tab to account

parent b8401592
...@@ -45,7 +45,7 @@ private: ...@@ -45,7 +45,7 @@ private:
public: public:
TabUserLists(TabSupervisor *_tabSupervisor, AbstractClient *_client, const ServerInfo_User &userInfo, QWidget *parent = 0); TabUserLists(TabSupervisor *_tabSupervisor, AbstractClient *_client, const ServerInfo_User &userInfo, QWidget *parent = 0);
void retranslateUi(); void retranslateUi();
QString getTabText() const { return tr("User lists"); } QString getTabText() const { return tr("Account"); }
const UserList *getAllUsersList() const { return allUsersList; } const UserList *getAllUsersList() const { return allUsersList; }
const UserList *getBuddyList() const { return buddyList; } const UserList *getBuddyList() const { return buddyList; }
const UserList *getIgnoreList() const { return ignoreList; } const UserList *getIgnoreList() const { return ignoreList; }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment