mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
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…
Add table
Add a link
Reference in a new issue