Johan Van de Wauw pushed to branch master at Debian GIS Project / saga

Commits:
dc8f45c3 by Johan Van de Wauw at 2018-08-22T19:31:30Z
Add patch to fix wiki link in help menu

reported in OSGeoLive https://trac.osgeo.org/osgeolive/ticket/2110

- - - - -


2 changed files:

- + debian/patches/fixwikilink.patch
- debian/patches/series


Changes:

=====================================
debian/patches/fixwikilink.patch
=====================================
--- /dev/null
+++ b/debian/patches/fixwikilink.patch
@@ -0,0 +1,11 @@
+--- saga.orig/src/saga_core/saga_gui/saga_frame.cpp
++++ saga/src/saga_core/saga_gui/saga_frame.cpp
+@@ -498,7 +498,7 @@
+ //---------------------------------------------------------
+ void CSAGA_Frame::On_Help(wxCommandEvent &WXUNUSED(event))
+ {
+-      if( 
!Open_WebBrowser(SG_T("http://sourceforge.net/apps/trac/saga-gis/wiki/WikiStart";))
 )
++      if( 
!Open_WebBrowser(SG_T("https://sourceforge.net/p/saga-gis/wiki/Home/";)) )
+       {
+       //      DLG_Message_Show(_TL("Online Help"), _TL("SAGA Help"));
+       }


=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ spelling-errors2.patch
 0001-update-AppStream-metadata-to-conform-with-specificat.patch
 0001-further-fixes-to-AppStream-metadata-refers-to-bugs-2.patch
 0002-further-fixes-to-AppStream-metadata-refers-to-bugs-2.patch
+fixwikilink.patch



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/saga/commit/dc8f45c3bf99624aaca545300b79b4587426b09e

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/saga/commit/dc8f45c3bf99624aaca545300b79b4587426b09e
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to