Spell fix, thanks Stefano for correcting me.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31567 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -91,7 +91,7 @@ PCApplication::ReadyToRun()
|
|||||||
alertInstall->SetShortcut(0, B_ESCAPE);
|
alertInstall->SetShortcut(0, B_ESCAPE);
|
||||||
} else {
|
} else {
|
||||||
BAlert* alert = new BAlert("",
|
BAlert* alert = new BAlert("",
|
||||||
"ProcessController are already installed in Deskbar.", "OK", NULL,
|
"ProcessController is already installed in Deskbar.", "OK", NULL,
|
||||||
NULL, B_WIDTH_AS_USUAL, B_WARNING_ALERT);
|
NULL, B_WIDTH_AS_USUAL, B_WARNING_ALERT);
|
||||||
alert->SetShortcut(0, B_ESCAPE);
|
alert->SetShortcut(0, B_ESCAPE);
|
||||||
alert->Go();
|
alert->Go();
|
||||||
|
|||||||
Reference in New Issue
Block a user