summaryrefslogtreecommitdiff
path: root/src/gui/textfield.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/textfield.h')
-rw-r--r--src/gui/textfield.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/textfield.h b/src/gui/textfield.h
index 6def784d..38150b83 100644
--- a/src/gui/textfield.h
+++ b/src/gui/textfield.h
@@ -74,7 +74,7 @@ class TextField : public gcn::TextField {
void setRange(int min, int max) {mMinimum = min; mMaximum = max; }
/**
- * Restrict keyboard input if numeric
+ * Processes one keypress.
*/
void keyPressed(gcn::KeyEvent &keyEvent);