diff src/about.c @ 1976:24aed1c31342

[gaim-migrate @ 1986] Just removed some annoying C++ style comments. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 08 Jun 2001 23:17:17 +0000
parents 1053abe6e9f4
children e105da353872
line wrap: on
line diff
--- a/src/about.c	Fri Jun 08 19:33:05 2001 +0000
+++ b/src/about.c	Fri Jun 08 23:17:17 2001 +0000
@@ -193,8 +193,8 @@
 		}
 
 		/* this makes the sizes not work. */
-		//GTK_WIDGET_SET_FLAGS(button, GTK_CAN_DEFAULT);
-		//gtk_widget_grab_default(button);
+		/* GTK_WIDGET_SET_FLAGS(button, GTK_CAN_DEFAULT); */
+		/* gtk_widget_grab_default(button); */
 
 		button = picture_button(about, _("Web Site"), about_small_xpm);
 		gtk_box_pack_end(GTK_BOX(hbox), button, FALSE, FALSE, 0);