diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 20:59:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-05 21:02:42 +0300 |
commit | 95532bf76d70bafbb7d0bc0e2dd0fc92fd7f74cf (patch) | |
tree | 53c227068936ed4690866f4e13b957678e181dac /src/gui/windows/charselectdialog.h | |
parent | b0361de1fcfc26b4bb497473e9fe1ef0f5013c98 (diff) | |
download | plus-95532bf76d70bafbb7d0bc0e2dd0fc92fd7f74cf.tar.gz plus-95532bf76d70bafbb7d0bc0e2dd0fc92fd7f74cf.tar.bz2 plus-95532bf76d70bafbb7d0bc0e2dd0fc92fd7f74cf.tar.xz plus-95532bf76d70bafbb7d0bc0e2dd0fc92fd7f74cf.zip |
Add char rename button if server support it.
Diffstat (limited to 'src/gui/windows/charselectdialog.h')
-rw-r--r-- | src/gui/windows/charselectdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/windows/charselectdialog.h b/src/gui/windows/charselectdialog.h index a6acd9c32..97981df5b 100644 --- a/src/gui/windows/charselectdialog.h +++ b/src/gui/windows/charselectdialog.h @@ -115,6 +115,7 @@ class CharSelectDialog final : public Window, Button *mPlayButton; Button *mInfoButton; Button *mDeleteButton; + Button *mRenameButton; CharacterViewBase *mCharacterView; std::vector<CharacterDisplay*> mCharacterEntries; |