(svn r4302) - Fix: s/maxlength/maxwidth of course, the buffer size is always set. Comment-change only
authorDarkvater
Thu, 06 Apr 2006 19:16:39 +0000
changeset 3459 c6096d4423aa
parent 3458 26360c9a3743
child 3460 0965a51903db
(svn r4302) - Fix: s/maxlength/maxwidth of course, the buffer size is always set. Comment-change only
misc_gui.c
--- a/misc_gui.c	Thu Apr 06 19:11:41 2006 +0000
+++ b/misc_gui.c	Thu Apr 06 19:16:39 2006 +0000
@@ -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