summaryrefslogtreecommitdiff
path: root/src/gui/passwordfield.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-25 10:30:18 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-25 10:30:18 +0000
commitce4dec28c1432769ee19d84f77cd484c5d143200 (patch)
treea212aaefa78650cb7d8122df158afbfb4321295e /src/gui/passwordfield.h
parentaa34695e10cf3051a28ab490827b548d4c233d1b (diff)
downloadmana-client-ce4dec28c1432769ee19d84f77cd484c5d143200.tar.gz
mana-client-ce4dec28c1432769ee19d84f77cd484c5d143200.tar.bz2
mana-client-ce4dec28c1432769ee19d84f77cd484c5d143200.tar.xz
mana-client-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.h2
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);
};