[GRASS-SVN] r60056 - grass/trunk/display/d.mon

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 3 10:08:03 PDT 2014


Author: martinl
Date: 2014-05-03 10:08:03 -0700 (Sat, 03 May 2014)
New Revision: 60056

Modified:
   grass/trunk/display/d.mon/main.c
   grass/trunk/display/d.mon/start.c
Log:
d.mon: fix wxpython path


Modified: grass/trunk/display/d.mon/main.c
===================================================================
--- grass/trunk/display/d.mon/main.c	2014-05-03 17:05:49 UTC (rev 60055)
+++ grass/trunk/display/d.mon/main.c	2014-05-03 17:08:03 UTC (rev 60056)
@@ -4,7 +4,7 @@
  * MODULE:       d.mon
  * AUTHOR(S):    Martin Landa <landa.martin gmail.com>
  * PURPOSE:      Controls graphics monitors for CLI
- * COPYRIGHT:    (C) 2011-2012 by Martin Landa, and the GRASS Development Team
+ * COPYRIGHT:    (C) 2011-2014 by Martin Landa, and the GRASS Development Team
  *
  *               This program is free software under the GNU General
  *               Public License (>=v2). Read the file COPYING that

Modified: grass/trunk/display/d.mon/start.c
===================================================================
--- grass/trunk/display/d.mon/start.c	2014-05-03 17:05:49 UTC (rev 60055)
+++ grass/trunk/display/d.mon/start.c	2014-05-03 17:08:03 UTC (rev 60056)
@@ -39,7 +39,7 @@
     
     G_debug(3, "       mapfile = %s", map_value);
 
-    sprintf(progname, "%s/etc/gui/wxpython/mapdisp/main.py", G_gisbase());
+    sprintf(progname, "%s/gui/wxpython/mapdisp/main.py", G_gisbase());
     if (width > 0)
         sprintf(str_width, "%d", width);
     else



More information about the grass-commit mailing list