From 358e600b5ec3c575f6ed604131b5a964bea14856 Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Thu, 25 May 2006 20:40:42 +0000 Subject: Correct my translation call. I shouldn't call gettext directly. (bzr r1010) --- src/ui/widget/licensor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/widget/licensor.cpp') 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; -- cgit v1.2.3