Changeset 1733:5e0d97823ba2 in lemon-0.x for gui/main_win.cc
- Timestamp:
- 10/21/05 15:32:12 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2260
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/main_win.cc
r1659 r1733 3 3 4 4 MainWin::MainWin() : 5 mapwin("Map Setup", mapstorage, gd_canvas), 6 newmapwin("Creating new map", gd_canvas), gd_canvas(mapstorage, mapwin, (Gtk::Window *)this) 5 newmapwin("Creating new map", gd_canvas), 6 mapwin("Map Setup", mapstorage, gd_canvas, newmapwin), 7 gd_canvas(mapstorage, mapwin, (Gtk::Window *)this) 7 8 { 8 9 set_title ("unsaved file - " + prog_name);
Note: See TracChangeset
for help on using the changeset viewer.