diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-03-27 01:59:35 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-03-27 01:59:35 +0100 |
commit | 1e7dba1ee2f90e927298d5f6a7856ad5006ff789 (patch) | |
tree | 2fa94e2a0887b4f60da7d2bda95fb4b1886c1474 /src/gui/char_select.h | |
parent | 1715d0afe44a282a356ca88e47c92ec556f094dd (diff) | |
download | mana-1e7dba1ee2f90e927298d5f6a7856ad5006ff789.tar.gz mana-1e7dba1ee2f90e927298d5f6a7856ad5006ff789.tar.bz2 mana-1e7dba1ee2f90e927298d5f6a7856ad5006ff789.tar.xz mana-1e7dba1ee2f90e927298d5f6a7856ad5006ff789.zip |
Fixed name of "UpdateSliders" and reduced redundant docs
Diffstat (limited to 'src/gui/char_select.h')
-rw-r--r-- | src/gui/char_select.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/char_select.h b/src/gui/char_select.h index 0ff1d18f..7f376692 100644 --- a/src/gui/char_select.h +++ b/src/gui/char_select.h @@ -149,7 +149,7 @@ class CharCreateDialog : public Window, public gcn::ActionListener #ifdef TMWSERV_SUPPORT int getDistributedPoints(); - void UpdateSliders(); + void updateSliders(); #endif /** |