[GRASS5] [bug #3748] (grass) d.m: v.topo.check - no such command in Grass61

this bug's URL: http://intevation.de/rt/webrt?serial_num=3748
-------------------------------------------------------------------------

Subject: d.m: v.topo.check - no such command in Grass61

Platform: GNU/Linux/i386
grass obtained from: CVS
grass binary for platform: Compiled from Sources
GRASS Version: cvs 17.10.2005

d.m -> Vector -> Develop map -> Break lines at intersections:

couldn't execute "v.topo.check": no such file or directory
couldn't execute "v.topo.check": no such file or directory
    while executing
"exec -- $cmd --tcltk"
    (procedure "execute" line 4)
    invoked from within
"execute v.topo.check "
    invoked from within
".#menubar.#menubar#menu3.#menubar#menu3#menu1 invoke active"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 [list $w invoke active]"
    (procedure "tk::MenuInvoke" line 47)
    invoked from within
"tk::MenuInvoke .#menubar.#menubar#menu3.#menubar#menu3#menu1 1"
    (command bound to event)

Maciek

-------------------------------------------- Managed by Request Tracker

Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=3748
-------------------------------------------------------------------------

Subject: d.m: v.topo.check - no such command in Grass61

Platform: GNU/Linux/i386
grass obtained from: CVS
grass binary for platform: Compiled from Sources
GRASS Version: cvs 17.10.2005

d.m -> Vector -> Develop map -> Break lines at intersections:

couldn't execute "v.topo.check": no such file or directory
couldn't execute "v.topo.check": no such file or directory

I think that the menu entry is wrong in d.m:

thuille:d.m[1096.45] grep v.topo.check *
menu.tcl: {command "Break lines at intersections"
{} "v.topo.check" {} -command {execute v.topo.check }}

It should not be v.topo.check. In fact it will be something like
v.clean - break: break lines at each intersection

Markus