diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-18 22:05:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-18 22:05:19 +0300 |
commit | 9f2993aaa89a4a837455e78a4e00826a779b036c (patch) | |
tree | c36c593f320c9590a04b0791d1239ae4ebb94f57 /src/gui/widgets/tabs/socialpartytab.h | |
parent | 215ce3e68738159ec98056874a4ad86e451418d0 (diff) | |
download | plus-9f2993aaa89a4a837455e78a4e00826a779b036c.tar.gz plus-9f2993aaa89a4a837455e78a4e00826a779b036c.tar.bz2 plus-9f2993aaa89a4a837455e78a4e00826a779b036c.tar.xz plus-9f2993aaa89a4a837455e78a4e00826a779b036c.zip |
Add baic menu into social window menu button.
Allow create/leave party or guild.
Diffstat (limited to 'src/gui/widgets/tabs/socialpartytab.h')
-rw-r--r-- | src/gui/widgets/tabs/socialpartytab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/socialpartytab.h b/src/gui/widgets/tabs/socialpartytab.h index d38328728..00a66a9b9 100644 --- a/src/gui/widgets/tabs/socialpartytab.h +++ b/src/gui/widgets/tabs/socialpartytab.h @@ -61,6 +61,7 @@ class SocialPartyTab final : public SocialTab, ThemeColorId::PARTY_SOCIAL_TAB_SELECTED_OUTLINE)); createControls(party, showBackground); + mMenuAction = "party"; } A_DELETE_COPY(SocialPartyTab) |