X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=bs%2Fui%2Ffleetviewbase.ui.h;h=5f0912bb3c43a75657b8899930e83f121a1c6ecc;hb=dd9dce44b9c28f747be79aab2ec1032663bea1c6;hp=89d1385bcb9f3bc23877ba7b793c465b6e25fbba;hpb=bdcb677a098dcf851892537dafedb91ab37f2a8b;p=hbs.git diff --git a/bs/ui/fleetviewbase.ui.h b/bs/ui/fleetviewbase.ui.h index 89d1385..5f0912b 100644 --- a/bs/ui/fleetviewbase.ui.h +++ b/bs/ui/fleetviewbase.ui.h @@ -9,14 +9,24 @@ void FleetViewBase::slotAttacker(bool b) { - if (b) +/* if (b) { - CaptureBox->show(); - SalvageBox->hide(); + CaptureBox->setTitle(tr("Captured roids")); } else { - SalvageBox->show(); - CaptureBox->hid(); + CaptureBox->setTitle(tr("Salvage")); + }*/ +} + +void FleetViewBase::slotHomePlanet( bool b ) +{ +/* if (b) + { + RoidsGroup->show(); } + else + { + RoidsGroup->hide(); + }*/ } \ No newline at end of file