X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fwidget%2Flicensor.cpp;h=72c4663e422d237a85cbe0039242db72bc5aba15;hb=bc5ab6c60f7d73fd883b4208ea63119cd2fabfd6;hp=9a571322096a72e0838fe13c4ee39e04a4ea50e7;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/ui/widget/licensor.cpp b/src/ui/widget/licensor.cpp index 9a5713220..72c4663e4 100644 --- a/src/ui/widget/licensor.cpp +++ b/src/ui/widget/licensor.cpp @@ -45,7 +45,7 @@ protected: }; LicenseItem::LicenseItem (struct rdf_license_t const* license, EntityEntry* entity, Registry &wr) -: Gtk::RadioButton(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;