Searched refs:kOKLabel (Results 1 – 4 of 4) sorted by relevance
/haiku/src/preferences/repositories/ |
H A D | constants.h | 23 static const BString kOKLabel = B_TRANSLATE_COMMENT("OK", "Button label"); variable
|
H A D | RepositoriesView.cpp | 309 kOKLabel, NULL, NULL, in MessageReceived() 345 (new BAlert("error", errorDetails, kOKLabel, NULL, NULL, in MessageReceived() 523 kOKLabel))->Go(NULL); in AddManualRepository() 598 kOKLabel, NULL, NULL, B_WIDTH_AS_USUAL, B_WARNING_ALERT))->Go(NULL); in _UpdateListFromRoster() 613 (new BAlert("error", text, kOKLabel))->Go(NULL); in _UpdateListFromRoster()
|
H A D | AddRepoWindow.cpp | 90 kOKLabel, NULL, NULL, B_WIDTH_AS_USUAL, B_STOP_ALERT); in MessageReceived()
|
H A D | TaskTimer.cpp | 163 BAlert* newAlert = new BAlert("timeout", text, kOKLabel, NULL, NULL, in Stop()
|