From c3fd582c55a4214e7710ea4253e43e4efd238b5a Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 19 May 2008 09:24:03 +0000 Subject: (svn r13182) -Doc: add documentation to mostly rail_gui related functions. Patch by Alberth. --- src/misc_gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/misc_gui.cpp') 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) { -- cgit v1.2.3-54-g00ecf