Ticket #15 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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:
Platform: CPU:

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

Changed 5 years ago by neteler

  • component changed from default to Python

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.

Changed 5 years ago by martinl

  • priority changed from minor to major
  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from 6.3.0 to 6.4.0

Fixed now in trunk [29671].

Martin

Note: See TracTickets for help on using tickets.