s/NULL/nsnull/

git-svn-id: svn://10.0.0.236/trunk@29781 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bruce%cybersight.com 1999-04-29 00:45:41 +00:00
parent 3a815c9cca
commit dc9be2bcc3

View File

@ -90,7 +90,7 @@ NS_METHOD nsRadioButton::CreateNative(GtkWidget *parentWindow)
gtk_widget_set_name(mRadioButton, "nsRadioButton");
gtk_radio_button_set_group(GTK_RADIO_BUTTON(mRadioButton), NULL);
gtk_radio_button_set_group(GTK_RADIO_BUTTON(mRadioButton), nsnull);
return NS_OK;
}