Changeset 1737:dc821d2668c1 in lemon-0.x for gui/map_win.cc
- Timestamp:
- 10/24/05 12:15:40 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2265
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/map_win.cc
r1733 r1737 93 93 e_combo_array[i]->append_text((Glib::ustring)newmapname); 94 94 } 95 //setting text property for the new map96 e_combo_array[N_TEXT]->set_active_text((Glib::ustring)newmapname);97 95 } 98 96 … … 104 102 n_combo_array[i]->append_text((Glib::ustring)newmapname); 105 103 } 106 //setting text property for the new map107 n_combo_array[N_TEXT]->set_active_text((Glib::ustring)newmapname);108 104 }
Note: See TracChangeset
for help on using the changeset viewer.