mirror of https://github.com/GNOME/gimp.git
docs, etc: regenerate the default gimprc and its manpage.
This commit is contained in:
parent
e574dbe81c
commit
9453f0420c
|
@ -456,6 +456,11 @@ Export the image's color profile by default. Possible values are yes and no.
|
|||
|
||||
Export the image's comment by default. Possible values are yes and no.
|
||||
|
||||
.TP
|
||||
(export-thumbnail yes)
|
||||
|
||||
Export the image's thumbnail by default Possible values are yes and no.
|
||||
|
||||
.TP
|
||||
(export-metadata-exif yes)
|
||||
|
||||
|
@ -486,12 +491,12 @@ Possible values are yes and no.
|
|||
.TP
|
||||
(check-update-timestamp 0)
|
||||
|
||||
Timestamp of the last update check. (null)
|
||||
Timestamp of the last update check. This is an integer value.
|
||||
|
||||
.TP
|
||||
(last-release-timestamp 0)
|
||||
|
||||
The timestamp for the last known release date. (null)
|
||||
The timestamp for the last known release date. This is an integer value.
|
||||
|
||||
.TP
|
||||
|
||||
|
|
|
@ -374,6 +374,10 @@
|
|||
#
|
||||
# (export-comment yes)
|
||||
|
||||
# Export the image's thumbnail by default Possible values are yes and no.
|
||||
#
|
||||
# (export-thumbnail yes)
|
||||
|
||||
# Export Exif metadata by default. Possible values are yes and no.
|
||||
#
|
||||
# (export-metadata-exif yes)
|
||||
|
@ -396,11 +400,11 @@
|
|||
#
|
||||
# (check-updates yes)
|
||||
|
||||
# Timestamp of the last update check. (null)
|
||||
# Timestamp of the last update check. This is an integer value.
|
||||
#
|
||||
# (check-update-timestamp 0)
|
||||
|
||||
# The timestamp for the last known release date. (null)
|
||||
# The timestamp for the last known release date. This is an integer value.
|
||||
#
|
||||
# (last-release-timestamp 0)
|
||||
|
||||
|
|
Loading…
Reference in New Issue