Utilize HAIKU_DISTRO_COMPATIBILITY and HAIKU_OFFICIAL_RELEASE for choosing
which graphic to display in AboutSystem and Installer. When 'official' and 'HAIKU_OFFICIAL_RELEASE', the 'release' logo -- eg, alpha 2 will be used. When 'HAIKU_OFFICIAL_RELEASE' is not defined, the 'development' logo will be used. When 'default' or 'compatible', no graphic will display. Their appearance does degrade somewhat gracefully, though InstallerWindow.cpp may need an adjustment to better set fStatusView->SetExplicitMinSize() Relates to #6183. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37741 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -336,7 +336,7 @@ AboutWindow::QuitRequested()
|
||||
LogoView::LogoView()
|
||||
: BView("logo", B_WILL_DRAW)
|
||||
{
|
||||
fLogo = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "haikulogo.png");
|
||||
fLogo = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "logo.png");
|
||||
SetViewColor(255, 255, 255);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user