Merge pull request #906 from poixen/rename_user_lists
Renamed userlist tab to account
This commit is contained in:
commit
e96e2e4b04
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||||
|
|
Loading…
Reference in a new issue