diff src/gtkconv.h @ 10814:364a2ef907ae

[gaim-migrate @ 12468] same thing here, changing to consistently using GTK+, by rlaager committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 12:24:47 +0000
parents 9a1ced2bc585
children 53e7884c549a
line wrap: on
line diff
--- a/src/gtkconv.h	Mon Apr 11 12:11:11 2005 +0000
+++ b/src/gtkconv.h	Mon Apr 11 12:24:47 2005 +0000
@@ -205,16 +205,16 @@
 /*@{*/
 
 /**
- * Returns the UI operations structure for GTK windows.
+ * Returns the UI operations structure for GTK+ windows.
  *
- * @return The GTK window operations structure.
+ * @return The GTK+ window operations structure.
  */
 GaimConvWindowUiOps *gaim_gtk_conversations_get_win_ui_ops(void);
 
 /**
- * Returns the UI operations structure for GTK conversations.
+ * Returns the UI operations structure for GTK+ conversations.
  *
- * @return The GTK conversation operations structure.
+ * @return The GTK+ conversation operations structure.
  */
 GaimConversationUiOps *gaim_gtk_conversations_get_conv_ui_ops(void);