[X2Go-Commits] [x2goclient] 12/12: help.h: lower default splitting length to 100 characters.

git-admin at x2go.org git-admin at x2go.org
Fri Apr 24 01:32:19 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit d9e471602d440e8fc765d7e58bfadd630ca640fe
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Apr 24 01:31:31 2015 +0200

    help.h: lower default splitting length to 100 characters.
---
 debian/changelog |    1 +
 src/help.h       |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bd28f64..7c4673d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -312,6 +312,7 @@ x2goclient (4.0.4.0-0x2go1) UNRELEASED; urgency=low
       and automatic printing to stderr.
     - onmainwindow.cpp: don't let a potential terminal affect the help string
       shown in the GUI.
+    - help.h: lower default splitting length to 100 characters.
 
   [ Fernando Pedemonte ]
   * New upstream release (4.0.4.0):
diff --git a/src/help.h b/src/help.h
index 3a9c24d..e05ca92 100644
--- a/src/help.h
+++ b/src/help.h
@@ -54,7 +54,7 @@ namespace help {
    * is performed.
    * In that case, the second component is empty.
    */
-  string_split_t split_long_line (QString &line, std::ptrdiff_t max_length = 200);
+  string_split_t split_long_line (QString &line, std::ptrdiff_t max_length = 100);
 
   /*
    * Returns a help_data_t structure as a QString.

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list