Home
last modified time | relevance | path

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

/haiku/src/apps/drivesetup/
H A DMainWindow.h113 BMenuItem* fMountAllMenuItem; variable
H A DMainWindow.cpp242 fMountAllMenuItem = new BMenuItem(B_TRANSLATE("Mount all"), in MainWindow()
277 fPartitionMenu->AddItem(fMountAllMenuItem); in MainWindow()
801 fMountAllMenuItem->SetEnabled(true); in _UpdateMenus()