Home
last modified time | relevance | path

Searched refs:fLaunchBootManagerItem (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/installer/
H A DInstallerWindow.h83 BMenuItem* fLaunchBootManagerItem; variable
H A DInstallerWindow.cpp260 fLaunchBootManagerItem = new BMenuItem(B_TRANSLATE("Set up boot menu" B_UTF8_ELLIPSIS), in InstallerWindow()
262 fLaunchBootManagerItem->SetEnabled(false); in InstallerWindow()
269 toolsMenu->AddItem(fLaunchBootManagerItem); in InstallerWindow()
325 fLaunchBootManagerItem->SetEnabled(!fBootManagerLaunched); in InstallerWindow()
726 fLaunchBootManagerItem->SetEnabled(!disable); in _DisableInterface()