* Changes the base name. * @param action Pointer to an action. */
| 420 | * @param action Pointer to an action. |
| 421 | */ |
| 422 | void BaseInfoState::edtBaseChange(Action *action) |
| 423 | { |
| 424 | _base->setName(_edtBase->getText()); |
| 425 | } |
| 426 | |
| 427 | /** |
| 428 | * Selects a new base to display. |