1. Added myself to About box.
2. Fixed bug 537. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17234 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -44,7 +44,7 @@ void
|
||||
ShowImageApp::AboutRequested()
|
||||
{
|
||||
BAlert* alert = new BAlert("About ShowImage",
|
||||
"Haiku ShowImage\n\nby Fernando F. Oliveira, Michael Wilber and Michael Pfeiffer", "OK");
|
||||
"Haiku ShowImage\n\nby Fernando F. Oliveira, Michael Wilber, Michael Pfeiffer and Ryan Leavengood", "OK");
|
||||
alert->Go();
|
||||
}
|
||||
|
||||
|
||||
@@ -168,8 +168,8 @@ ShowImageWindow::ShowImageWindow(const entry_ref *ref,
|
||||
B_WIDTH_AS_USUAL, B_INFO_ALERT);
|
||||
alert->Go();
|
||||
|
||||
// exit if file could not be opened
|
||||
PostMessage(B_QUIT_REQUESTED);
|
||||
// quit if file could not be opened
|
||||
Quit();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user