From e2eaf1a02ad957a7cdcf023ab326a7d146dc8fae Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Tue, 12 Dec 2017 20:39:52 +0100 Subject: [PATCH] etc, docs: push changes generated by distcheck --- docs/gimprc.5.in | 6 +++--- etc/gimprc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in index 506cb3b508..b4b1dff6e3 100644 --- a/docs/gimprc.5.in +++ b/docs/gimprc.5.in @@ -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. diff --git a/etc/gimprc b/etc/gimprc index 68c4b25e59..d4570e576b 100644 --- a/etc/gimprc +++ b/etc/gimprc @@ -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.