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

This commit is contained in:
bryner%netscape.com 2002-10-13 02:11:46 +00:00
Родитель 44f0b8d975
Коммит 69c0589e65
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)