Code

reorganize flow, prevent infinite loop, fixes #1509854
[inkscape.git] / src / ui / widget / licensor.cpp
index df00e358a770225fa9f2f7a37034141a8ca231db..72c4663e422d237a85cbe0039242db72bc5aba15 100644 (file)
@@ -45,7 +45,7 @@ protected:
 };
 
 LicenseItem::LicenseItem (struct rdf_license_t const* license, EntityEntry* entity, Registry &wr)
-: Gtk::RadioButton(gettext(license->name)), _lic(license), _eep(entity), _wr(wr)
+: Gtk::RadioButton(_(license->name)), _lic(license), _eep(entity), _wr(wr)
 {
     static Gtk::RadioButtonGroup group = get_group();
     static bool first = true;