Fix C++ comments in C file. patch from roc, r=me.

This commit is contained in:
bryner%netscape.com 2005-08-20 07:12:39 +00:00
Родитель 8abd55e59f
Коммит 1b6bb9a3d4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -204,7 +204,7 @@ moz_gtk_checkbox_paint(GdkWindow* window, GtkStyle* style,
TSOffsetStyleGCs(style, x, y);
// Some themes check the widget state themselves.
/* Some themes check the widget state themselves. */
gtk_toggle_button_set_active(gCheckboxWidget, selected);
if (isradio)