From 0d372c1a0ae345d8ebbc69c52e9d55165e766109 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 27 Jan 2020 12:53:27 +0100 Subject: automake: do not include CFLAGS in CPPFLAGS --- sendto/plugins/removable-devices/removable-devices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sendto/plugins/removable-devices/removable-devices.c') diff --git a/sendto/plugins/removable-devices/removable-devices.c b/sendto/plugins/removable-devices/removable-devices.c index 0ecea14..f8f1445 100644 --- a/sendto/plugins/removable-devices/removable-devices.c +++ b/sendto/plugins/removable-devices/removable-devices.c @@ -147,7 +147,7 @@ init (NstPlugin *plugin) { g_print ("Init removable-devices plugin\n"); - bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); + bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR); bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); vol_monitor = g_volume_monitor_get (); -- cgit v1.2.1