diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-25 10:30:18 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-25 10:30:18 +0000 |
commit | ce4dec28c1432769ee19d84f77cd484c5d143200 (patch) | |
tree | a212aaefa78650cb7d8122df158afbfb4321295e /src/gui/passwordfield.h | |
parent | aa34695e10cf3051a28ab490827b548d4c233d1b (diff) | |
download | mana-ce4dec28c1432769ee19d84f77cd484c5d143200.tar.gz mana-ce4dec28c1432769ee19d84f77cd484c5d143200.tar.bz2 mana-ce4dec28c1432769ee19d84f77cd484c5d143200.tar.xz mana-ce4dec28c1432769ee19d84f77cd484c5d143200.zip |
* Huge formatting changes and some attempts in simplifying graphics code.
* Use of STL vector in npc.cpp
Diffstat (limited to 'src/gui/passwordfield.h')
-rw-r--r-- | src/gui/passwordfield.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/passwordfield.h b/src/gui/passwordfield.h index 328dc4d0..74fea79d 100644 --- a/src/gui/passwordfield.h +++ b/src/gui/passwordfield.h @@ -39,7 +39,7 @@ class PasswordField : public TextField { PasswordField(const std::string& text = ""); /** - * Draws the text field. + * Draws the password field. */ void draw(gcn::Graphics *graphics); }; |