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

/haiku/src/apps/installer/
H A DEULAWindow.cpp34 BString infoText; local
35 infoText << B_TRANSLATE(
37 infoText << B_TRANSLATE(
39 infoText << B_TRANSLATE(
43 infoText << B_TRANSLATE(
53 infoText << "\n\n\n";
54 infoText << B_TRANSLATE(
63 infoText << B_TRANSLATE(
67 infoText << B_TRANSLATE(
74 textView->SetText(infoText);
[all...]
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp206 BString infoText(B_TRANSLATE("%decorName\n\n"
212 infoText.ReplaceFirst("%decorName", decor->Name().String());
213 infoText.ReplaceFirst("%decorAuthors", authorsText.String());
214 infoText.ReplaceFirst("%decorLic", decor->LicenseName().String());
215 infoText.ReplaceFirst("%decorURL", decor->SupportURL().String());
216 infoText.ReplaceFirst("%decorDesc",
220 infoText.String(), B_TRANSLATE("OK"));
237 BString infoText(B_TRANSLATE("Default Haiku ControlLook"));
253 infoText = version.short_info;
254 infoText << "\
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp2090 BString infoText; local
2092 infoText.SetToFormat("Allowed range: %" B_PRId32
2095 infoText.SetToFormat("Current range: %" B_PRId32
2100 "Set Range", "Range: ", infoText.String(), BMessenger(this),

Completed in 85 milliseconds