etc, docs: push changes generated by distcheck
This commit is contained in:
parent
7a35828a88
commit
e2eaf1a02a
2 changed files with 6 additions and 6 deletions
|
|
@ -60,7 +60,7 @@ Sets how many threads GIMP should use for operations that support it. This is
|
|||
an integer value.
|
||||
|
||||
.TP
|
||||
(tile-cache-size 4026412k)
|
||||
(tile-cache-size 6118478k)
|
||||
|
||||
When the amount of pixel data exceeds this limit, GIMP will start to swap
|
||||
tiles to disk. This is a lot slower but it makes it possible to work on
|
||||
|
|
@ -320,7 +320,7 @@ kept available until the undo-size limit is reached. This is an integer
|
|||
value.
|
||||
|
||||
.TP
|
||||
(undo-size 1006603k)
|
||||
(undo-size 1566330368)
|
||||
|
||||
Sets an upper limit to the memory that is used per image to keep operations on
|
||||
the undo stack. Regardless of this setting, at least as many undo-levels as
|
||||
|
|
@ -921,7 +921,7 @@ empty, the language is taken from the user's locale setting. This is a string
|
|||
value.
|
||||
|
||||
.TP
|
||||
(help-browser web-browser)
|
||||
(help-browser gimp)
|
||||
|
||||
Sets the browser used by the help system. Possible values are gimp and
|
||||
web-browser.
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
# specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is
|
||||
# specified the size defaults to being specified in kilobytes.
|
||||
#
|
||||
# (tile-cache-size 4026412k)
|
||||
# (tile-cache-size 6118478k)
|
||||
|
||||
# When enabled, uses OpenCL for some operations. Possible values are yes and
|
||||
# no.
|
||||
|
|
@ -262,7 +262,7 @@
|
|||
# bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
|
||||
# size defaults to being specified in kilobytes.
|
||||
#
|
||||
# (undo-size 1006603k)
|
||||
# (undo-size 1566330368)
|
||||
|
||||
# Sets the size of the previews in the Undo History. Possible values are
|
||||
# tiny, extra-small, small, medium, large, extra-large, huge, enormous and
|
||||
|
|
@ -729,7 +729,7 @@
|
|||
# Sets the browser used by the help system. Possible values are gimp and
|
||||
# web-browser.
|
||||
#
|
||||
# (help-browser web-browser)
|
||||
# (help-browser gimp)
|
||||
|
||||
# When enabled, a search of actions will also return inactive actions.
|
||||
# Possible values are yes and no.
|
||||
|
|
|
|||
Loading…
Reference in a new issue