[gimp] Update gimprc



commit 01a52b8d00b4f6eed58067226b2b4daef5b2f5a2
Author: Martin Nordholts <martinn src gnome org>
Date:   Thu Mar 10 08:08:35 2011 +0100

    Update gimprc

 docs/gimprc.5.in |   18 +++++++++---------
 etc/gimprc       |   16 ++++++++--------
 2 files changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in
index 4f47769..5498a56 100644
--- a/docs/gimprc.5.in
+++ b/docs/gimprc.5.in
@@ -81,6 +81,15 @@ Sets the level of interpolation used for scaling and other transformations.
 Possible values are none, linear, cubic and lanczos.
 
 .TP
+(default-threshold 15)
+
+Tools such as fuzzy-select and bucket fill find regions based on a seed-fill
+algorithm.  The seed fill starts at the initially selected pixel and
+progresses in all directions until the difference of pixel intensity from the
+original is greater than a specified threshold. This value represents the
+default threshold.  This is an integer value.
+
+.TP
 (plug-in-path "${gimp_dir}/plug-ins:${gimp_plug_in_dir}/plug-ins")
 
 Sets the plug-in search path.  This is a colon-separated list of folders to
@@ -687,15 +696,6 @@ Bugs in event history buffer are frequent so in case of cursor offset problems
 turning it off helps.  Possible values are yes and no.
 
 .TP
-(default-threshold 15)
-
-Tools such as fuzzy-select and bucket fill find regions based on a seed-fill
-algorithm.  The seed fill starts at the initially selected pixel and
-progresses in all directions until the difference of pixel intensity from the
-original is greater than a specified threshold. This value represents the
-default threshold.  This is an integer value.
-
-.TP
 (move-tool-changes-active no)
 
 If enabled, the move tool sets the edited layer or path as active.  This used
diff --git a/etc/gimprc b/etc/gimprc
index ff889c8..624f1ed 100644
--- a/etc/gimprc
+++ b/etc/gimprc
@@ -54,6 +54,14 @@
 # 
 # (interpolation-type cubic)
 
+# Tools such as fuzzy-select and bucket fill find regions based on a
+# seed-fill algorithm.  The seed fill starts at the initially selected pixel
+# and progresses in all directions until the difference of pixel intensity
+# from the original is greater than a specified threshold. This value
+# represents the default threshold.  This is an integer value.
+# 
+# (default-threshold 15)
+
 # Sets the plug-in search path.  This is a colon-separated list of folders to
 # search.
 # 
@@ -533,14 +541,6 @@
 # 
 # (use-event-history no)
 
-# Tools such as fuzzy-select and bucket fill find regions based on a
-# seed-fill algorithm.  The seed fill starts at the initially selected pixel
-# and progresses in all directions until the difference of pixel intensity
-# from the original is greater than a specified threshold. This value
-# represents the default threshold.  This is an integer value.
-# 
-# (default-threshold 15)
-
 # If enabled, the move tool sets the edited layer or path as active.  This
 # used to be the default behaviour in older versions.  Possible values are
 # yes and no.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]