From 2ca072ab8af352e110747d11e685db7edcd09bb2 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 6 Dec 2017 11:50:29 +0100 Subject: Rename GNOMELOCALEDIR -> LOCALEDIR. --- tests/utils/qmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/utils/qmain.cpp b/tests/utils/qmain.cpp index 72a49b1..01a7892 100644 --- a/tests/utils/qmain.cpp +++ b/tests/utils/qmain.cpp @@ -44,7 +44,7 @@ int main(int argc, char **argv) // boilerplate i18n setlocale(LC_ALL, ""); - bindtextdomain(GETTEXT_PACKAGE, GNOMELOCALEDIR); + bindtextdomain(GETTEXT_PACKAGE, LOCALEDIR); textdomain(GETTEXT_PACKAGE); QCoreApplication application(argc, argv); -- cgit v1.2.3