summaryrefslogtreecommitdiff
path: root/libnm-util/nm-utils.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-05-30 10:51:23 +0200
committerThomas Haller <thaller@redhat.com>2018-05-31 15:59:38 +0200
commite5d1a71396e107d1909744d26ad401f206c0c915 (patch)
treeaf289054ed49064547d7f0f59dc63e0d7d5d2f7f /libnm-util/nm-utils.c
parent82b088ab5f8b619cbbd187d1906e196deaf759ef (diff)
downloadNetworkManager-e5d1a71396e107d1909744d26ad401f206c0c915.tar.gz
build: unifiy specifying locale directory define
Diffstat (limited to 'libnm-util/nm-utils.c')
-rw-r--r--libnm-util/nm-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-util/nm-utils.c b/libnm-util/nm-utils.c
index 54e0cc9a82..2af9432fee 100644
--- a/libnm-util/nm-utils.c
+++ b/libnm-util/nm-utils.c
@@ -232,7 +232,7 @@ nm_utils_init (GError **error)
if (!initialized) {
initialized = TRUE;
- bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
+ bindtextdomain (GETTEXT_PACKAGE, NMLOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
if (!crypto_init (error))