summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-19 09:24:03 +0000
committerrubidium <rubidium@openttd.org>2008-05-19 09:24:03 +0000
commit8560c8f16f353fd319ce8ff08d587a6c15246220 (patch)
treef7050c647a5d643fea9eb8b9c90d71393901622d /src/misc_gui.cpp
parent03f1292332655301dcdd1b8da353025059af6509 (diff)
downloadopenttd-8560c8f16f353fd319ce8ff08d587a6c15246220.tar.xz
(svn r13182) -Doc: add documentation to mostly rail_gui related functions. Patch by Alberth.
Diffstat (limited to 'src/misc_gui.cpp')
-rw-r--r--src/misc_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp
index d2d306af9..d78d4fe03 100644
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -1081,10 +1081,10 @@ static const WindowDesc _query_string_desc = {
* @param str StringID for the text shown in the textbox
* @param caption StringID of text shown in caption of querywindow
* @param maxlen maximum length in characters allowed. If bit 12 is set we
- * will not check the resulting string against to original string to return success
+ * will not check the resulting string against to original string to return success
* @param maxwidth maximum width in pixels allowed
* @param parent pointer to a Window that will handle the events (ok/cancel) of this
- * window. If NULL, results are handled by global function HandleOnEditText
+ * window. If NULL, results are handled by global function HandleOnEditText
* @param afilter filters out unwanted character input */
void ShowQueryString(StringID str, StringID caption, uint maxlen, uint maxwidth, Window *parent, CharSetFilter afilter)
{