Skip to content

Commit

Permalink
d.mon: fix wxpython path
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60056 15284696-431f-4ddb-bdfa-cd5b030d7da7
  • Loading branch information
landam committed May 3, 2014
1 parent 37140a0 commit 74e8504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion display/d.mon/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion display/d.mon/start.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74e8504

Please sign in to comment.