COIN-OR::LEMON - Graph Library

Changeset 1737:dc821d2668c1 in lemon-0.x for gui/map_win.cc


Ignore:
Timestamp:
10/24/05 12:15:40 (18 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2265
Message:

Newly created map is realized by the property givening by common sense.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/map_win.cc

    r1733 r1737  
    9393    e_combo_array[i]->append_text((Glib::ustring)newmapname);
    9494  }
    95   //setting text property for the new map
    96   e_combo_array[N_TEXT]->set_active_text((Glib::ustring)newmapname);
    9795}
    9896
     
    104102    n_combo_array[i]->append_text((Glib::ustring)newmapname);
    105103  }
    106   //setting text property for the new map
    107   n_combo_array[N_TEXT]->set_active_text((Glib::ustring)newmapname);
    108104}
Note: See TracChangeset for help on using the changeset viewer.