s/NULL/nsnull/
git-svn-id: svn://10.0.0.236/trunk@29781 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3a815c9cca
commit
dc9be2bcc3
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user