map_win.cc
branchgui
changeset 43 9fe6eebde1a8
parent 41 06f1f9a8d51f
child 48 b8ec84524fa2
     1.1 --- a/map_win.cc	Tue Jul 26 21:20:01 2005 +0000
     1.2 +++ b/map_win.cc	Wed Jul 27 10:47:38 2005 +0000
     1.3 @@ -259,6 +259,7 @@
     1.4      listStrings.push_back(newmapname);
     1.5      e_combo_array[i].set_popdown_strings(listStrings);
     1.6    }
     1.7 +  //setting text property for the new map
     1.8    Gtk::Entry* entry = e_combo_array[E_TEXT].get_entry();
     1.9    entry->set_text((Glib::ustring)newmapname);
    1.10  }
    1.11 @@ -272,6 +273,7 @@
    1.12      listStrings.push_back(newmapname);
    1.13      n_combo_array[i].set_popdown_strings(listStrings);
    1.14    }
    1.15 +  //setting text property for the new map
    1.16    Gtk::Entry* entry = n_combo_array[N_TEXT].get_entry();
    1.17    entry->set_text((Glib::ustring)newmapname);
    1.18  }