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:
Ryan Leavengood
2006-04-26 03:05:50 +00:00
parent 583b05be46
commit 5e09d5dbe5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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();
}
+2 -2
View File
@@ -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;
}