Fixed logo-loading issue

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13242 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2005-06-23 19:07:13 +00:00
parent 70bb3d4318
commit 3019790e7e

View File

@ -99,7 +99,7 @@ AboutWindow::QuitRequested(void)
AboutView::AboutView(const BRect &r)
: BView(r, "aboutview", B_FOLLOW_ALL, B_WILL_DRAW | B_PULSE_NEEDED)
{
fLogo=BTranslationUtils::GetBitmap("haikulogo.png");
fLogo=BTranslationUtils::GetBitmap('PNG ',"haikulogo.png");
if(fLogo)
{