/////////////////////////////////////////////////////////////////////////////
-// Name: radiobut.cpp
+// Name: src/gtk/radiobut.cpp
// Purpose:
// Author: Robert Roebling
// Id: $Id$
{
wxCHECK_RET( m_widget != NULL, wxT("invalid radiobutton") );
+ // save the original label
+ wxControlBase::SetLabel(label);
+
GTKSetLabelForLabel(GTK_LABEL(GTK_BIN(m_widget)->child), label);
}