From 4d99b24ded47a36bf813a71d1d658949daef4438 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Mon, 6 Aug 2012 18:21:14 +0200 Subject: [PATCH] Removed Mr.Peeps from a ResEdit alert. Thanks Eagleeye Ryan! --- src/apps/resedit/BitmapView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/resedit/BitmapView.cpp b/src/apps/resedit/BitmapView.cpp index 007fc60459..4002b607a7 100644 --- a/src/apps/resedit/BitmapView.cpp +++ b/src/apps/resedit/BitmapView.cpp @@ -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();