Correct case in GUI string.
This commit is contained in:
@@ -715,7 +715,7 @@ TeamDebugHandler::_HandleMessage(DebugMessage *message)
|
|||||||
#ifdef HANDOVER_USE_DEBUGGER
|
#ifdef HANDOVER_USE_DEBUGGER
|
||||||
BAlert *alert = new BAlert(NULL, buffer.String(),
|
BAlert *alert = new BAlert(NULL, buffer.String(),
|
||||||
B_TRANSLATE("Terminate"), B_TRANSLATE("Debug"),
|
B_TRANSLATE("Terminate"), B_TRANSLATE("Debug"),
|
||||||
B_TRANSLATE("Save Report"), B_WIDTH_AS_USUAL, B_WARNING_ALERT);
|
B_TRANSLATE("Save report"), B_WIDTH_AS_USUAL, B_WARNING_ALERT);
|
||||||
alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
|
alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
|
||||||
debugAction = alert->Go();
|
debugAction = alert->Go();
|
||||||
_NotifyRegistrar(fTeam, false, debugAction != kActionKillTeam);
|
_NotifyRegistrar(fTeam, false, debugAction != kActionKillTeam);
|
||||||
|
|||||||
Reference in New Issue
Block a user