app: update gimp-xcf-save procedure documentation.

The "filename" parameter must be in UTF-8 and in URI format (for
instance file://path for local files, and not just a path).
Cf. `g_file_new_for_uri()` documentation:
@uri: a UTF-8 string containing a URI
This commit is contained in:
Jehan 2015-07-11 16:10:37 +02:00
parent 688861cd34
commit 2edfde4f40

View file

@ -153,9 +153,8 @@ xcf_init (Gimp *gimp)
"Filename",
"The name of the file "
"to save the image in, "
"in the on-disk "
"character set and "
"encoding",
"in URI format and "
"UTF-8 encoding",
TRUE, FALSE, TRUE,
NULL,
GIMP_PARAM_READWRITE));