Renamed AboutHaiku to AboutSystem.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21179 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -44,7 +44,7 @@ BEOS_BIN = "[" addattr alert arp basename bc beep bzip2 cat cardctl catattr chgr
|
||||
;
|
||||
|
||||
BEOS_APPS = Terminal Expander People ShowImage Pulse ProcessController
|
||||
SoundRecorder Magnify DiskProbe AboutHaiku StyledEdit Installer Workspaces
|
||||
SoundRecorder Magnify DiskProbe AboutSystem StyledEdit Installer Workspaces
|
||||
$(X86_ONLY)Cortex MediaPlayer DeskCalc MidiPlayer
|
||||
Icon-O-Matic Mail CDPlayer NetworkStatus TV
|
||||
;
|
||||
|
||||
@@ -95,7 +95,7 @@ AboutApp::AboutApp(void)
|
||||
|
||||
|
||||
AboutWindow::AboutWindow()
|
||||
: BWindow(BRect(0, 0, 500, 300), "About Haiku", B_TITLED_WINDOW,
|
||||
: BWindow(BRect(0, 0, 500, 300), "About This System", B_TITLED_WINDOW,
|
||||
B_NOT_RESIZABLE | B_NOT_ZOOMABLE)
|
||||
{
|
||||
AddChild(new AboutView(Bounds()));
|
||||
@@ -6,12 +6,12 @@ if $(TARGET_PLATFORM) = r5 {
|
||||
SubDirC++Flags -DR5_COMPATIBLE ;
|
||||
}
|
||||
|
||||
Application AboutHaiku :
|
||||
AboutHaiku.cpp
|
||||
: libbe.so libtranslation.so libroot.so
|
||||
: AboutHaiku.rdef
|
||||
Application AboutSystem :
|
||||
AboutSystem.cpp
|
||||
: be translation
|
||||
: AboutSystem.rdef
|
||||
;
|
||||
|
||||
Includes [ FGristFiles AboutHaiku.rdef ] : [ FGristFiles "HAIKU logo - black on white - tiny.png" ] ;
|
||||
Includes [ FGristFiles AboutSystem.rdef ] : [ FGristFiles "HAIKU logo - black on white - tiny.png" ] ;
|
||||
SEARCH on [ FGristFiles "HAIKU logo - black on white - tiny.png" ]
|
||||
= [ FDirName $(HAIKU_TOP) data artwork ] ;
|
||||
|
||||
Reference in New Issue
Block a user