aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/supported_protos_dlg.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-17 00:50:22 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-17 00:50:22 +0000
commitc87e4ed750416bb9287530bd61bba6a3411fb4a2 (patch)
treedb09f27b74f0aa03efebbbf3ecc3e0fef163dd59 /gtk/supported_protos_dlg.c
parent071dbc97a6ad5578748e501078fce033f5fefcff (diff)
From Albert Chin: get rid of C++ comments.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9305 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/supported_protos_dlg.c')
-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