]> git.0d.be Git - empathy.git/commitdiff
Add missing textdomain() call
authorJuan A. Suarez Romero <jasuarez@igalia.com>
Thu, 20 Mar 2014 15:04:53 +0000 (15:04 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 30 May 2014 11:30:09 +0000 (13:30 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=696977

src/empathy-accounts.c

index 689c36d22d4ce66bef75fe579ebdd9f4b0292a84..9788e11d599847083788f6b2ab4bb0f78c080b1e 100644 (file)
@@ -236,6 +236,7 @@ main (int argc, char *argv[])
 
   empathy_init ();
 
+  textdomain (GETTEXT_PACKAGE);
   g_set_application_name (_("Empathy Accounts"));
 
   /* Make empathy and empathy-accounts appear as the same app in gnome-shell */