gui/main_win.h
changeset 1733 5e0d97823ba2
parent 1650 422906271d22
child 1823 cb082cdf3667
     1.1 --- a/gui/main_win.h	Fri Oct 21 08:34:47 2005 +0000
     1.2 +++ b/gui/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