[GRASS-dev] Re: [GRASS-trac] #15: Grass63 -wx gui menu item referes
to incorrect function
GRASS-trac
trac at osgeo.org
Fri Jan 11 15:31:26 EST 2008
#15: Grass63 -wx gui menu item referes to incorrect function
---------------------+------------------------------------------------------
Reporter: brian | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: minor | Milestone: 6.3.0
Component: Python | Version: svn-trunk
Resolution: | Keywords: v.in.ogr wxgrass
---------------------+------------------------------------------------------
Changes (by neteler):
* component: default => Python
Comment:
In my version it does point to v.in.ogr.
Also: gui_modules/menudata.py contains
{{{
("Import database table", (
("Multiple import formats using OGR", "Import multiple
formats using OGR", "self.OnMenuCmd", "db.in.ogr"),
)),
}}}
and
{{{
[neteler at localhost wxpython]$ grep db.in.ogr */*
gui_modules/menudata.py: ("Multiple import formats using
OGR", "Import multiple formats using OGR", "self.OnMenuCmd", "db.in.ogr"),
}}}
Not sure why you get a different result.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/15#comment:1>
GRASS-trac <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/
More information about the grass-dev
mailing list