summaryrefslogtreecommitdiff
path: root/egg
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@gnome.hu>2013-08-17 09:02:20 +0200
committerGabor Kelemen <kelemeng@gnome.hu>2013-08-18 01:30:28 +0200
commit7e5b743a880f9dfb66d17baa3af39fd2b42d8944 (patch)
treef33bd5e4ee184816e870612105f53120153b2f5a /egg
parentdd6aba8b94f90265124b0b11e279677769906bb1 (diff)
downloadgcr-7e5b743a880f9dfb66d17baa3af39fd2b42d8944.tar.gz
Use the _() macro instead of gettext(). If gi18n-lib.h is
included, the translation domain information needs to be explicitely passed in a [g_]dgettext() call, which is done by the _() macro.
Diffstat (limited to 'egg')
-rw-r--r--egg/egg-oid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/egg/egg-oid.c b/egg/egg-oid.c
index 4f2da9c..688faf7 100644
--- a/egg/egg-oid.c
+++ b/egg/egg-oid.c
@@ -161,7 +161,7 @@ egg_oid_get_description (GQuark oid)
if (info == NULL)
return g_quark_to_string (oid);
- return gettext (info->description);
+ return _(info->description);
}
guint