Changed gimp-data-dir to gimp-data-directory.

2004-10-25 Kevin Cozens <kcozens@cvs.gimp.org>

	* scripts/tiny-fu.init: Changed gimp-data-dir to gimp-data-directory.
This commit is contained in:
Kevin Cozens 2004-10-25 17:12:55 +00:00 committed by Kevin Cozens
parent 66ba9eca3e
commit b20396f75f
1 changed files with 1 additions and 1 deletions

View File

@ -584,5 +584,5 @@
(gc-verbose #f)
; The following improves compatibility with older Script-Fu scripts.
(load (string-append gimp-data-dir DIR-SEPARATOR "scripts"
(load (string-append gimp-data-directory DIR-SEPARATOR "scripts"
DIR-SEPARATOR "script-fu-compat.init"))