X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fwidget%2Flicensor.cpp;h=72c4663e422d237a85cbe0039242db72bc5aba15;hb=bc5ab6c60f7d73fd883b4208ea63119cd2fabfd6;hp=df00e358a770225fa9f2f7a37034141a8ca231db;hpb=77272ee1603f6efdafdaa67e3f7291581ca8dc2c;p=inkscape.git diff --git a/src/ui/widget/licensor.cpp b/src/ui/widget/licensor.cpp index df00e358a..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(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;