Bladeren bron

d.mon: fix wxpython path

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60056 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 jaren geleden
bovenliggende
commit
74e8504336
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      display/d.mon/main.c
  2. 1 1
      display/d.mon/start.c

+ 1 - 1
display/d.mon/main.c

@@ -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

+ 1 - 1
display/d.mon/start.c

@@ -39,7 +39,7 @@ void start_wx(const char *name, const char *tempfile,
     
     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