diff src/ui.h @ 2438:5cbe86a444d9

[gaim-migrate @ 2451] more updates to core. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 06 Oct 2001 00:10:29 +0000
parents aa63f3ceea03
children 8306c042bac7
line wrap: on
line diff
--- a/src/ui.h	Fri Oct 05 22:23:27 2001 +0000
+++ b/src/ui.h	Sat Oct 06 00:10:29 2001 +0000
@@ -66,7 +66,7 @@
 	GtkWidget *entry;
 };
 
-/* CUI: save_pos and window_size are used by gaimrc.c which is core.
+/* XXX CUI: save_pos and window_size are used by gaimrc.c which is core.
  * Need to figure out options saving. Same goes for several global variables as well. */
 struct save_pos {
         int x;
@@ -89,7 +89,7 @@
         struct log_conversation *next;
 };
 
-/* CUI: away messages aren't really anything more than char* but we need two char*'s
+/* 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. */
 struct away_message {