(widget-image-directory): Change default image data

subdirectory from "custom" to "images/custom".
This commit is contained in:
Juri Linkov 2008-05-11 20:29:41 +00:00
parent 5525fa30ac
commit 0f93648428

View file

@ -599,7 +599,7 @@ respectively."
;;; Images.
(defcustom widget-image-directory (file-name-as-directory
(expand-file-name "custom" data-directory))
(expand-file-name "images/custom" data-directory))
"Where widget button images are located.
If this variable is nil, widget will try to locate the directory
automatically."