Opened 16 years ago

Closed 16 years ago

#15 closed defect (fixed)

Grass63 -wx gui menu item referes to incorrect function

Reported by: brian Owned by: grass-dev@…
Priority: major Milestone: 6.4.0
Component: Python Version: svn-trunk
Keywords: v.in.ogr wxgrass Cc:
CPU: Unspecified Platform: Unspecified

Description

Grass63 -wx gui menu item refers to incorrect function. The current svn Grass wxgrass gui menu item, File > Import Vector Map > Multiple formats using OGR, refers to db.in.ogr. Should refer to v.in.ogr

Change History (2)

comment:1 by neteler, 16 years ago

Component: defaultPython

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

comment:2 by martinl, 16 years ago

Milestone: 6.3.06.4.0
Priority: minormajor
Resolution: fixed
Status: newclosed

Fixed now in trunk [29671].

Martin

Note: See TracTickets for help on using tickets.