pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.10.1-18-g970c2


From: Friedrich Beckmann
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.10.1-18-g970c24c
Date: Thu, 26 May 2016 11:14:56 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  970c24cc433e6d87cb3c502b2d2bdce6775a3d3e (commit)
      from  795f64ee17fe01659dec6424dbf21fdaeb29ceeb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 970c24cc433e6d87cb3c502b2d2bdce6775a3d3e
Author: Friedrich Beckmann <address@hidden>
Date:   Thu May 26 13:05:33 2016 +0200

    help-menu.c: fix default html browser start on windows - correct uri
    
    commit #6c9aaa introduced calling the default html browser in case the
    yelp system is not available on the system. This patch fixes a
    problem on WINDOWS, where the browser did not open. The problem is
    that on windows the "start" command is not a regular executable but
    a part of the cmd shell. So the executable that has to be called is
    "cmd" with start as a parameter to execute. There is an additional
    problem on windows that the "Program Files" directory contains a
    space in the path name. For a proper uri, this has to be
    translated to Program%20Files. This is done via the
    g_filename_to_uri function.

-----------------------------------------------------------------------

Summary of changes:
 src/ui/gui/help-menu.c |   50 +++++++++++++++++++++++++++++++++++-------------
 1 file changed, 37 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]