346 |
self.RunMessageBox("About", |
self.RunMessageBox("About", |
347 |
("Thuban is a program for\n" |
("Thuban is a program for\n" |
348 |
"exploring geographic data.\n" |
"exploring geographic data.\n" |
349 |
"Copyright (C) 2001 Intevation GmbH.\n" |
"Copyright (C) 2001, 2002 Intevation GmbH.\n" |
350 |
"Thuban is licensed under the GPL"), |
"Thuban is licensed under the GPL"), |
351 |
wxOK | wxICON_INFORMATION) |
wxOK | wxICON_INFORMATION) |
352 |
|
|
691 |
# the main toolbar |
# the main toolbar |
692 |
|
|
693 |
main_toolbar = Menu("<toolbar>", "<toolbar>", |
main_toolbar = Menu("<toolbar>", "<toolbar>", |
694 |
["map_zoom_in_tool", "map_zoom_out_tool", "map_pan_tool", |
["map_zoom_in_tool", "map_zoom_out_tool", "map_pan_tool", |
695 |
"map_identify_tool", "map_label_tool", "map_full_extent"]) |
"map_full_extent", None, |
696 |
|
"map_identify_tool", "map_label_tool"]) |