Searched refs:statusText (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/installer/
H A DInstallerWindow.cpp797 BString statusText; local
799 statusText.SetToFormat(B_TRANSLATE("Press the 'Begin' button to install "
814 statusText.Append(partitionRequiredHaiku);
816 statusText.Append(partitionRequiredDebranded);
818 statusText.Append(" ");
819 statusText.Append(B_TRANSLATE(
823 statusText = B_TRANSLATE(
828 statusText = B_TRANSLATE("Choose the source disk from the "
831 statusText = B_TRANSLATE("Choose the source and destination disk "
835 _SetStatusMessage(statusText
[all...]
/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp892 BString statusText; local
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1770 BrowserWindow::StatusChanged(const BString& statusText, BWebView* view) argument
1776 fStatusText->SetText(statusText.String());

Completed in 185 milliseconds