Do as the docs for g_win32_get_package_installation_directory() say and
[platform/upstream/atk.git] / atk / atkobject.c
index 5e88303..9f39ccf 100755 (executable)
@@ -251,7 +251,7 @@ get_atk_locale_dir (void)
       gchar *temp;
 
       temp = g_win32_get_package_installation_subdirectory
-        (GETTEXT_PACKAGE, dll_name, "lib\\locale");
+        (NULL, dll_name, "lib\\locale");
       atk_localedir = g_win32_locale_filename_from_utf8 (temp);
       g_free (temp);
     }