Fix About Box project name.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9315 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
71bff49f93
commit
08130f16ce
@ -56,7 +56,7 @@ void
|
||||
ShowImageApp::AboutRequested()
|
||||
{
|
||||
BAlert* pAlert = new BAlert("About ShowImage",
|
||||
"OBOS ShowImage\n\nby Fernando F. Oliveira, Michael Wilber and Michael Pfeiffer", "OK");
|
||||
"Haiku ShowImage\n\nby Fernando F. Oliveira, Michael Wilber and Michael Pfeiffer", "OK");
|
||||
pAlert->Go();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user