main_win.cc
branchgui
changeset 82 ee009c0f4bcf
parent 76 76f4f2ae0e7d
child 87 b44281e4cca7
     1.1 --- a/main_win.cc	Thu Oct 20 15:50:23 2005 +0000
     1.2 +++ b/main_win.cc	Fri Oct 21 13:32:12 2005 +0000
     1.3 @@ -2,8 +2,9 @@
     1.4  #include "icons/guipixbufs.h"
     1.5  
     1.6  MainWin::MainWin() :
     1.7 -  mapwin("Map Setup", mapstorage, gd_canvas),
     1.8 -  newmapwin("Creating new map", gd_canvas), gd_canvas(mapstorage, mapwin, (Gtk::Window *)this)
     1.9 +  newmapwin("Creating new map", gd_canvas),
    1.10 +  mapwin("Map Setup", mapstorage, gd_canvas, newmapwin),
    1.11 +  gd_canvas(mapstorage, mapwin, (Gtk::Window *)this)
    1.12  {
    1.13    set_title ("unsaved file - " + prog_name);
    1.14    set_default_size(WIN_WIDTH,WIN_HEIGHT);