diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-12-14 02:58:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-12-14 02:58:34 +0300 |
commit | c3c14c092bf1038d766dd969561a83515554d844 (patch) | |
tree | 340d986acd77fa4a6571f6976a831ccc693e851f /src/gui/charselectdialog.h | |
parent | 386650285cecf90a0b77ac3dd5e3548148ca9182 (diff) | |
download | plus-c3c14c092bf1038d766dd969561a83515554d844.tar.gz plus-c3c14c092bf1038d766dd969561a83515554d844.tar.bz2 plus-c3c14c092bf1038d766dd969561a83515554d844.tar.xz plus-c3c14c092bf1038d766dd969561a83515554d844.zip |
Add last login time to char selection dialog.
Diffstat (limited to 'src/gui/charselectdialog.h')
-rw-r--r-- | src/gui/charselectdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/charselectdialog.h b/src/gui/charselectdialog.h index 0dfe90733..9ebab0126 100644 --- a/src/gui/charselectdialog.h +++ b/src/gui/charselectdialog.h @@ -100,6 +100,7 @@ class CharSelectDialog : public Window, public gcn::ActionListener, bool mLocked; gcn::Label *mAccountNameLabel; + gcn::Label *mLastLoginLabel; gcn::Button *mSwitchLoginButton; gcn::Button *mChangePasswordButton; |