map_win.cc
branchgui
changeset 4 e099638ff236
parent 1 c69fedfbb9b3
child 6 603b85626bc0
     1.1 --- a/map_win.cc	Mon May 23 04:48:14 2005 +0000
     1.2 +++ b/map_win.cc	Fri May 27 10:34:20 2005 +0000
     1.3 @@ -3,6 +3,9 @@
     1.4  
     1.5  MapWin::MapWin(const std::string& title, MapStorage & mapst, GraphDisplayerCanvas & grdispc):gdc(grdispc),ms(mapst)
     1.6  {
     1.7 +
     1.8 +  //most nem kommentezem fel, mert ugyis valtozik
     1.9 +
    1.10    set_title(title);
    1.11    set_default_size(400, 200);
    1.12  
    1.13 @@ -88,6 +91,9 @@
    1.14  
    1.15  void MapWin::radio_click(int prop, int actpos)
    1.16  {
    1.17 +
    1.18 +  //most nem kommentezem fel, mert ugyis valtozik
    1.19 +
    1.20    if(rb_array[prop][actpos].get_active())
    1.21    {
    1.22