| 431 | } |
| 432 | |
| 433 | void LaunchConfigurationDialog::updateNameLabel( LaunchConfiguration* l ) |
| 434 | { |
| 435 | if( l ) |
| 436 | { |
| 437 | configName->setText( i18n("Editing %2: <b>%1</b>", l->name(), l->type()->name() ) ); |
| 438 | } else |
| 439 | { |
| 440 | configName->clear(); |
| 441 | } |
| 442 | } |
| 443 | |
| 444 | void LaunchConfigurationDialog::createConfiguration() |
| 445 | { |