[gimp] Bug 785152 - The default GIMP brush should not be a clipboard brush



commit 494d18941daa9d758f52610707d6315717c29020
Author: Ell <ell_se yahoo com>
Date:   Mon Aug 28 15:34:35 2017 -0400

    Bug 785152 - The default GIMP brush should not be a clipboard brush
    
    Fix the default brush name -- "Round Fuzzy" was gone for a while :P
    
    The fact that "Hardness 050" was the default brush regardless is a
    conincidence; see the bug report for more details.

 app/config/gimpcoreconfig.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/config/gimpcoreconfig.c b/app/config/gimpcoreconfig.c
index 31dec43..e605878 100644
--- a/app/config/gimpcoreconfig.c
+++ b/app/config/gimpcoreconfig.c
@@ -41,7 +41,7 @@
 #include "gimp-intl.h"
 
 
-#define DEFAULT_BRUSH         "Round Fuzzy"
+#define DEFAULT_BRUSH         "2. Hardness 050"
 #define DEFAULT_DYNAMICS      "Dynamics Off"
 #define DEFAULT_PATTERN       "Pine"
 #define DEFAULT_PALETTE       "Default"


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