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



commit 4bfe4ea49fb9692cb06450f7d5590a697c5b50e0
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.
    
    (cherry picked from commit 494d18941daa9d758f52610707d6315717c29020)

 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 d954f8c..dd40d58 100644
--- a/app/config/gimpcoreconfig.c
+++ b/app/config/gimpcoreconfig.c
@@ -39,7 +39,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]