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:
parent
70bb3d4318
commit
3019790e7e
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user