diff src/ui.h @ 7942:3e268e113bf1

[gaim-migrate @ 8613] Tried to make the about window look nicer/follow the HIG more. Also a small patch from javabsp: This fixes my earlier patch. Sometimes things after hr disappears. This fixes that, and doesn't seem to introduce any issue. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 27 Dec 2003 20:55:55 +0000
parents 1441648fe974
children 1b8261f374ea
line wrap: on
line diff
--- a/src/ui.h	Sat Dec 27 19:39:06 2003 +0000
+++ b/src/ui.h	Sat Dec 27 20:55:55 2003 +0000
@@ -51,6 +51,7 @@
 /* XXX CUI: away messages aren't really anything more than char* but we need two char*'s
  * for the UI so that people can name their away messages when they save them. So these
  * are really a UI function and struct away_message should be removed from the core. */
+/* WTF?  How does having a title for something mean that it is part of the UI? */
 struct away_message {
 	char name[80];
 	char message[2048];