Removed Mr.Peeps from a ResEdit alert. Thanks Eagleeye Ryan!

This commit is contained in:
Humdinger
2012-08-06 18:21:14 +02:00
parent 34e3453f24
commit 4d99b24ded
+1 -1
View File
@@ -250,7 +250,7 @@ BitmapView::MessageReceived(BMessage *msg)
switch (msg->what)
{
case M_REMOVE_IMAGE: {
BAlert *alert = new BAlert("Mr. Peeps!", "This cannot be undone. "
BAlert *alert = new BAlert("ResEdit", "This cannot be undone. "
"Remove the image?", "Remove", "Cancel");
alert->SetShortcut(1, B_ESCAPE);
int32 value = alert->Go();