]> ruin.nu Git - hbs.git/blobdiff - bs/ui/fleetviewbase.ui.h
The last commit before backup
[hbs.git] / bs / ui / fleetviewbase.ui.h
index 89d1385bcb9f3bc23877ba7b793c465b6e25fbba..05111a467a130b7f928706a257b42d327243951b 100644 (file)
@@ -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