[GRASS-user] How to change Map Display window Title "Grass GIS map display"

Dear All,

I am using GRASS 6.5 -wxpython through osgeo and msys.

I have to change the title of Map Display window “Grass GIS map display” name.

How can i do that?

Please suggest me.

regards.

Sandip

you need to edit grass python modules

for yours its is
gui_modules/mapdisp.py
gm_map.mapFrm.SetTitle(_("GRASS GIS Map Display: "…
Line 2028 for me
change to
gm_map.mapFrm.SetTitle("Your Map Display: ")
Hope this helps

On Thu, Nov 3, 2011 at 12:05 PM, Sandip Maity <sandip.stesalit@gmail.com> wrote:

Dear All,

I am using GRASS 6.5 -wxpython through osgeo and msys.

I have to change the title of Map Display window “Grass GIS map display” name.

How can i do that?

Please suggest me.

regards.

Sandip


grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Regards,
Mohammed Rashad K M
M.S. (By Research) student
Lab for Spatial Informatics
Department of CSE
International Institute of Information Technology
Hyderabad, India

Dear friends,

I had changed the title of “GRASS GIS Map Display” in one month before in the place of

gui_modules/mapdisp.py
gm_map.mapFrm.SetTitle(_("GRASS GIS Map Display: "…

But , again I reinstall and compile grass. the above change not working. I am getting new mapdisp.py inside new folder GUI_CORE. There is no option to change this title.
please help me.

thanks and regards.

Sandip

On Thu, Nov 3, 2011 at 1:04 PM, Mohammed Rashad <mohammedrashadkm@gmail.com> wrote:

you need to edit grass python modules

for yours its is
gui_modules/mapdisp.py
gm_map.mapFrm.SetTitle(_("GRASS GIS Map Display: "…
Line 2028 for me
change to
gm_map.mapFrm.SetTitle("Your Map Display: ")
Hope this helps

On Thu, Nov 3, 2011 at 12:05 PM, Sandip Maity <sandip.stesalit@gmail.com> wrote:

Dear All,

I am using GRASS 6.5 -wxpython through osgeo and msys.

I have to change the title of Map Display window “Grass GIS map display” name.

How can i do that?

Please suggest me.

regards.

Sandip


grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Regards,
Mohammed Rashad K M
M.S. (By Research) student
Lab for Spatial Informatics
Department of CSE
International Institute of Information Technology
Hyderabad, India