gimptool: Use GIMP_PLUGIN_VERSION instead of GIMP_API_VERSION for scripts dir

This commit is contained in:
Mukund Sivaraman
2011-10-04 18:29:28 +05:30
parent eb11a466ac
commit 2ea49c594c

View File

@ -661,7 +661,7 @@ get_sys_script_dir (void)
{
return g_build_filename (get_runtime_prefix (G_DIR_SEPARATOR),
"share", "gimp",
GIMP_API_VERSION,
GIMP_PLUGIN_VERSION,
"scripts",
NULL);
}