docs, etc: system gimprc and manpage regenerated with new setting

(filter-tool-use-last-settings no)
This commit is contained in:
Michael Natterer 2018-04-17 12:56:39 +02:00
parent 93f41b344c
commit 93313cd93c
2 changed files with 11 additions and 0 deletions

View file

@ -775,6 +775,12 @@ no.
How many recent settings to keep around in filter tools. This is an integer How many recent settings to keep around in filter tools. This is an integer
value. value.
.TP
(filter-tool-use-last-settings no)
Default to the last used settings in filter tools. Possible values are yes
and no.
.TP .TP
(filter-tool-show-color-options no) (filter-tool-show-color-options no)

View file

@ -603,6 +603,11 @@
# #
# (filter-tool-max-recent 10) # (filter-tool-max-recent 10)
# Default to the last used settings in filter tools. Possible values are yes
# and no.
#
# (filter-tool-use-last-settings no)
# Show advanced color options in filter tools. Possible values are yes and # Show advanced color options in filter tools. Possible values are yes and
# no. # no.
# #