[GRASS5] d.dm in tcltckgrass menu

Hi all,

I don't have access to the cvs at the moment, that's why I'm sending this to the list in the hope that someone could commit this.

In an aim of "user friendliness", I added a menu entry for d.dm in tcltkgrass. Here's the diff for src/tcltkgrass/main/menu.tcl:

362a363,366

        "Display Manager" "" {
         "exec xterm -title {Display Manager Messages} -e d.dm"
      }
      -separator

Moritz

On Wed, Nov 27, 2002 at 03:46:06PM +0100, Moritz Lennert wrote:

Hi all,

I don't have access to the cvs at the moment, that's why I'm sending this to the list in the hope that someone could commit this.

In an aim of "user friendliness", I added a menu entry for d.dm in tcltkgrass. Here's the diff for src/tcltkgrass/main/menu.tcl:

362a363,366
> "Display Manager" "" {
> "exec xterm -title {Display Manager Messages} -e d.dm"
> }
> -separator

Done.

Markus