summaryrefslogtreecommitdiff
path: root/sendto/plugins/upnp/upnp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sendto/plugins/upnp/upnp.c')
-rw-r--r--sendto/plugins/upnp/upnp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sendto/plugins/upnp/upnp.c b/sendto/plugins/upnp/upnp.c
index 81a4f0a..4c09e66 100644
--- a/sendto/plugins/upnp/upnp.c
+++ b/sendto/plugins/upnp/upnp.c
@@ -198,7 +198,7 @@ init (NstPlugin *plugin)
GtkCellRenderer *renderer;
char *upload_cmd;
- bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
+ bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
upload_cmd = g_find_program_in_path ("gupnp-upload");