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
commitc3fd582c55a4214e7710ea4253e43e4efd238b5a (patch)
treef7050c647a5d643fea9eb8b9c90d71393901622d /src/misc_gui.cpp
parenta1137fcdfe20d7a90cb98b5f0ae3a10a9fa6ddb7 (diff)
downloadopenttd-c3fd582c55a4214e7710ea4253e43e4efd238b5a.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)
{