diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index 6584f7595d..fd97cf5341 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -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 ; diff --git a/src/apps/abouthaiku/AboutHaiku.cpp b/src/apps/abouthaiku/AboutSystem.cpp similarity index 99% rename from src/apps/abouthaiku/AboutHaiku.cpp rename to src/apps/abouthaiku/AboutSystem.cpp index fe7ae8c7be..e39b1c50cb 100644 --- a/src/apps/abouthaiku/AboutHaiku.cpp +++ b/src/apps/abouthaiku/AboutSystem.cpp @@ -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())); diff --git a/src/apps/abouthaiku/AboutHaiku.rdef b/src/apps/abouthaiku/AboutSystem.rdef similarity index 100% rename from src/apps/abouthaiku/AboutHaiku.rdef rename to src/apps/abouthaiku/AboutSystem.rdef diff --git a/src/apps/abouthaiku/Jamfile b/src/apps/abouthaiku/Jamfile index efb18b284d..759341aaf1 100644 --- a/src/apps/abouthaiku/Jamfile +++ b/src/apps/abouthaiku/Jamfile @@ -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 ] ;