Removed Mr.Peeps from a ResEdit alert. Thanks Eagleeye Ryan!
This commit is contained in:
@@ -250,7 +250,7 @@ BitmapView::MessageReceived(BMessage *msg)
|
|||||||
switch (msg->what)
|
switch (msg->what)
|
||||||
{
|
{
|
||||||
case M_REMOVE_IMAGE: {
|
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");
|
"Remove the image?", "Remove", "Cancel");
|
||||||
alert->SetShortcut(1, B_ESCAPE);
|
alert->SetShortcut(1, B_ESCAPE);
|
||||||
int32 value = alert->Go();
|
int32 value = alert->Go();
|
||||||
|
|||||||
Reference in New Issue
Block a user