diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index 01c10cdf37..bf9f4aafc3 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -15,7 +15,7 @@ BEOS_BIN = addattr alert arp basename beep cat catattr chgrp chmod chown clockco uptime version waitfor xargs xres zip ; -BEOS_APPS = MiniTerminal Terminal Expander People ShowImage Clock Pulse +BEOS_APPS = Terminal Expander People ShowImage Clock Pulse Playground SoundRecorder BitmapDrawing Magnify DiskProbe AboutHaiku StyledEdit Chart ; diff --git a/src/servers/debug/DebugServer.cpp b/src/servers/debug/DebugServer.cpp index b6357099ed..06161bc0df 100644 --- a/src/servers/debug/DebugServer.cpp +++ b/src/servers/debug/DebugServer.cpp @@ -39,7 +39,7 @@ static const char *kSignature = "application/x-vnd.haiku-debug-server"; // paths to the apps used for debugging static const char *kConsoledPath = "/bin/consoled"; -static const char *kTerminalPath = "/boot/beos/apps/MiniTerminal"; +static const char *kTerminalPath = "/boot/beos/apps/Terminal"; static const char *kGDBPath = "/bin/gdb";