Get rid of /* within comment, clean up white space.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 12 Sep 2010 21:53:26 +0000 (21:53 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 12 Sep 2010 21:53:26 +0000 (21:53 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34108 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/menus.c

index d4734e2003f3b5a8b9d651c2872e9c682d19be78..aba3f8e9471dea2bd2a177fa219838f4ab220ac9 100644 (file)
@@ -1583,9 +1583,9 @@ static const char *ui_desc_bytes_menu_popup =
 "</ui>\n";
 static const GtkRadioActionEntry bytes_menu_radio_action_entries [] =
 {
-       /* /* name,             stock id,       label,                  accel,  tooltip,  value */
-       { "/HexView",   NULL,           "Hex View",             NULL,   NULL,           BYTES_HEX },
-       { "/BitsView",  NULL,           "Bits View",    NULL,   NULL,           BYTES_BITS },
+       /* name,        stock id,       label,          accel,  tooltip,  value */
+       { "/HexView",   NULL,           "Hex View",     NULL,   NULL,     BYTES_HEX },
+       { "/BitsView",  NULL,           "Bits View",    NULL,   NULL,     BYTES_BITS },
 };
 static const char *ui_desc_conv_filter_popup =
 "<ui>\n"