changeset 3459:733d578607b1 draft

(svn r4302) - Fix: s/maxlength/maxwidth of course, the buffer size is always set. Comment-change only
author Darkvater <Darkvater@openttd.org>
date Thu, 06 Apr 2006 19:16:39 +0000
parents e5216c941d18
children 7bc6b48adc0f
files misc_gui.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/misc_gui.c
+++ b/misc_gui.c
@@ -808,8 +808,8 @@
 }
 
 /**
- * Insert a character to a textbuffer. If maxlength of the Textbuf is zero,
- * we don't care about the screenlength but only about the physical
+ * Insert a character to a textbuffer. If maxwidth of the Textbuf is zero,
+ * we don't care about the visual-length but only about the physical
  * length of the string
  * @param tb @Textbuf type to be changed
  * @param key Character to be inserted