[gimp/osx-build: 30/46] Use the online help by default



commit 41d011a6ee2966a8ac1d51c984f6f85ae646bbd9
Author: Sven Claussner <sclaussner src gnome org>
Date:   Sun May 25 11:21:52 2014 +0200

    Use the online help  by default
    
    Because the user manual is not shipped with GIMP by default, it's
    pointless to expect it installed. Thus setting the online help as
    default in gimprc.

 app/config/gimpguiconfig.c |    2 +-
 build/osx/custom/gimprc    |    4 ++--
 etc/gimprc                 |    6 ++++--
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/app/config/gimpguiconfig.c b/app/config/gimpguiconfig.c
index 58ad18b..5c623b4 100644
--- a/app/config/gimpguiconfig.c
+++ b/app/config/gimpguiconfig.c
@@ -235,7 +235,7 @@ gimp_gui_config_class_init (GimpGuiConfigClass *klass)
   GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_USER_MANUAL_ONLINE,
                                     "user-manual-online",
                                     USER_MANUAL_ONLINE_BLURB,
-                                    FALSE,
+                                    TRUE,
                                     GIMP_PARAM_STATIC_STRINGS);
   GIMP_CONFIG_INSTALL_PROP_STRING (object_class, PROP_USER_MANUAL_ONLINE_URI,
                                    "user-manual-online-uri",
diff --git a/build/osx/custom/gimprc b/build/osx/custom/gimprc
index 112eafe..ec5b109 100644
--- a/build/osx/custom/gimprc
+++ b/build/osx/custom/gimprc
@@ -678,12 +678,12 @@
 # Because the user manual is not shipped with GIMP by default, we set this
 # value to 'yes'. 
 #
-(user-manual-online yes)
+# (user-manual-online yes)
 
 # The location of the online user manual. This is used if
 # 'user-manual-online' is enabled.  This is a string value.
 # 
-(user-manual-online-uri "http://docs.gimp.org/2.8";)
+# (user-manual-online-uri "http://docs.gimp.org/2.8";)
 
 # The window type hint that is set on dock windows and the toolbox window.
 # This may affect the way your window manager decorates and handles these
diff --git a/etc/gimprc b/etc/gimprc
index 1efcc43..5d3d20e 100644
--- a/etc/gimprc
+++ b/etc/gimprc
@@ -675,8 +675,10 @@
 # When enabled, the online user manual will be used by the help system.
 # Otherwise the locally installed copy is used.  Possible values are yes and
 # no.
-# 
-# (user-manual-online no)
+# Because the user manual is not shipped with GIMP by default, we set this
+# value to 'yes'. 
+#
+# (user-manual-online yes)
 
 # The location of the online user manual. This is used if
 # 'user-manual-online' is enabled.  This is a string value.


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