|
|
|
@ -921,13 +921,14 @@ void MainWindow::append_region_zone(string region, string zone, Gtk::ComboBoxTex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (size_vec==0){
|
|
|
|
|
|
|
|
for (string ® : array_region_local){
|
|
|
|
for (string ® : array_region_local){
|
|
|
|
|
|
|
|
if (size_vec==0){
|
|
|
|
tmpCbReg->append(Glib::ustring(reg));
|
|
|
|
tmpCbReg->append(Glib::ustring(reg));
|
|
|
|
if (reg == string(_(region.c_str()))){
|
|
|
|
|
|
|
|
tmpCbReg->set_active_text(reg);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (reg == string(_(region.c_str()))){
|
|
|
|
|
|
|
|
tmpCbReg->set_active_text(reg);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
tmpCbZone->remove_all();
|
|
|
|
tmpCbZone->remove_all();
|
|
|
|
index = 0;
|
|
|
|
index = 0;
|
|
|
|
|