diff src/gtkimhtml.c @ 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 6f67d4088da0
children 65c818fb218e
line wrap: on
line diff
--- a/src/gtkimhtml.c	Mon Apr 11 12:11:11 2005 +0000
+++ b/src/gtkimhtml.c	Mon Apr 11 12:24:47 2005 +0000
@@ -552,7 +552,7 @@
 			return TRUE;
 			break;
 			
-#endif /* !(Gtk+ >= 2.2.0) */
+#endif /* !(GTK+ >= 2.2.0) */
 		}
 	
 	return FALSE;
@@ -964,7 +964,7 @@
 {
 #ifdef _WIN32
 	/* If we're on windows, let's see if we can get data from the HTML Format
-	   clipboard before we try to paste from the GTK buffer */
+	   clipboard before we try to paste from the GTK+ buffer */
 	HGLOBAL hdata;
 	DWORD err;
 	char *buffer;
@@ -1140,7 +1140,7 @@
 	G_OBJECT_CLASS(parent_class)->finalize (object);
 }
 
-/* Boring GTK stuff */
+/* Boring GTK+ stuff */
 static void gtk_imhtml_class_init (GtkIMHtmlClass *klass)
 {
 	GtkWidgetClass *widget_class = (GtkWidgetClass *) klass;