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:
parent
688861cd34
commit
2edfde4f40
1 changed files with 2 additions and 3 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue