Comment change.

This commit is contained in:
Pavel Roskin 2002-12-15 19:42:04 +00:00
parent 1a4ad10ec8
commit 1343933d07

View File

@ -187,10 +187,8 @@ button_len (const char *text, unsigned int flags)
}
/*
* Assuming that button text is malloc'ed, we may safely change it
* (as opposed to statically allocated); from other hand, excluding &
* and shifting data past it to the left results to one unused byte.
* This does not harm though :)
* Locate the hotkey and remove it from the button text. Assuming that
* the button text is g_malloc()ed, we can safely change and shorten it.
*/
static void
button_scan_hotkey(WButton* b)