diff src/gtkblist.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 33fe0093bbba
children fa06fda62868
line wrap: on
line diff
--- a/src/gtkblist.c	Mon Apr 11 12:11:11 2005 +0000
+++ b/src/gtkblist.c	Mon Apr 11 12:24:47 2005 +0000
@@ -143,7 +143,7 @@
 
 #ifdef WANT_DROP_SHADOW
 /**************************** Weird drop shadow stuff *******************/
-/* This is based on a patch for drop shadows in GTK menus available at 
+/* This is based on a patch for drop shadows in GTK+ menus available at 
  * http://www.xfce.org/gtkmenu-shadow/
  */
 
@@ -227,7 +227,7 @@
 	 *
 	 * In Win32, GDK gets the workarea that isn't occupied by toolbars
 	 * (including the taskbar) and uses that region as the screen size.
-	 * GTK returns positions based on a screen size that ignores these
+	 * GTK+ returns positions based on a screen size that ignores these
 	 * toolbars.  Since we want a pixmap with real X,Y coordinates, we
 	 * need to find out the offset from GTK's screen to GDK's screen,
 	 * and adjust the pixmaps we grab accordingly.  GDK will not deal
@@ -1500,7 +1500,7 @@
 
 #if (1)
 	/*
-	 * This code only exists because GTK doesn't work.  If we return
+	 * This code only exists because GTK+ doesn't work.  If we return
 	 * FALSE here, as would be normal the event propoagates down and
 	 * somehow gets interpreted as the start of a drag event.
 	 *