main_win.h
branchgui
changeset 82 ee009c0f4bcf
parent 68 1a27576aa199
child 90 e9f8f44f12a3
     1.1 --- a/main_win.h	Thu Oct 20 15:50:23 2005 +0000
     1.2 +++ b/main_win.h	Fri Oct 21 13:32:12 2005 +0000
     1.3 @@ -25,12 +25,12 @@
     1.4    void readFile(const std::string &);
     1.5  
     1.6  protected:
     1.7 +  ///We need to store newmapwin, to be able to set the appropriate values for properties of new map.
     1.8 +  NewMapWin newmapwin;
     1.9 +
    1.10    ///Window of map-showing setup. Its type is \ref MapWin
    1.11    MapWin mapwin;
    1.12  
    1.13 -  ///We need to store newmapwin, to be able to set the appropriate values for properties of new map.
    1.14 -  NewMapWin newmapwin;
    1.15 -
    1.16    ///The graph will be drawn on this \ref GraphDisplayerCanvas
    1.17    GraphDisplayerCanvas gd_canvas;
    1.18