| 263 | } |
| 264 | |
| 265 | wxString SetAssociationDlg::GetSelectLayerFieldName(int irow) |
| 266 | { |
| 267 | int idx = field_list[irow]->GetSelection(); |
| 268 | if (idx > 0) { // first row is "(Use Sequences)" |
| 269 | return field_list[irow]->GetString(idx); |
| 270 | } |
| 271 | return wxEmptyString; |
| 272 | } |
| 273 | |
| 274 | AssociateLayerInt* SetAssociationDlg::GetSelectMapLayer(int irow) |
| 275 | { |