X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Fui%2Ffleetviewbase.ui.h;h=05111a467a130b7f928706a257b42d327243951b;hp=89d1385bcb9f3bc23877ba7b793c465b6e25fbba;hb=b69214d555a2a06a004f92cf8c52160ee52b82dc;hpb=bdcb677a098dcf851892537dafedb91ab37f2a8b diff --git a/bs/ui/fleetviewbase.ui.h b/bs/ui/fleetviewbase.ui.h index 89d1385..05111a4 100644 --- a/bs/ui/fleetviewbase.ui.h +++ b/bs/ui/fleetviewbase.ui.h @@ -11,12 +11,10 @@ void FleetViewBase::slotAttacker(bool b) { if (b) { - CaptureBox->show(); - SalvageBox->hide(); + CaptureBox->setCaption("Captured roids"); } else { - SalvageBox->show(); - CaptureBox->hid(); + CaptureBox->setCaption("Salvage"); } } \ No newline at end of file