aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-17 00:50:22 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-17 00:50:22 +0000
commit5b584487445f6659b92a78d0bc03aa9281db533b (patch)
treedb09f27b74f0aa03efebbbf3ecc3e0fef163dd59 /gtk
parent4de034bafd0e40810085291fd82e36029cd49f91 (diff)
From Albert Chin: get rid of C++ comments.
svn path=/trunk/; revision=9305
Diffstat (limited to 'gtk')
-rw-r--r--gtk/supported_protos_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/supported_protos_dlg.c b/gtk/supported_protos_dlg.c
index c6e6462120..4f382e72d3 100644
--- a/gtk/supported_protos_dlg.c
+++ b/gtk/supported_protos_dlg.c
@@ -221,7 +221,7 @@ void supported_cb(GtkWidget *w _U_, gpointer data _U_)
/* Buttons ("Close" only one for now) */
bbox = gtk_hbutton_box_new();
- //bbox = gtk_hbox_new(FALSE, 1);
+ /*bbox = gtk_hbox_new(FALSE, 1);*/
gtk_box_pack_end(GTK_BOX(main_vb), bbox, FALSE, FALSE, 0);
gtk_widget_show(bbox);
#if GTK_MAJOR_VERSION < 2