[balsa/gtk3] Make the help string match the actual default



commit 851fd47a1a7c399795797b1d844985c12f2787b0
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Tue Sep 6 17:23:15 2016 -0400

    Make the help string match the actual default
    
        * configure.ac: make the help string match the actual default,
          webkit2.

 ChangeLog    |    5 +++++
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8a05018..95dc851 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-09-06  Albrecht Dreß
+
+       * configure.ac: make the help string match the actual default,
+       webkit2.
+
 2016-09-05  Peter Bloomfield  <pbloomfield bellsouth net>
 
        Respond to
diff --git a/configure.ac b/configure.ac
index 75e538a..accc67b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,7 +110,7 @@ AC_ARG_WITH(gss,
 
 AC_ARG_WITH(html-widget,
             AC_HELP_STRING([--with-html-widget=(no|gtkhtml4|webkit|webkit2)],
-                           [select the HTML renderer (default webkit)]),
+                           [select the HTML renderer (default webkit2)]),
             [use_html_widget=$withval],
             [use_html_widget=webkit2])
 


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