From a67bf5ec8dcbd4f7bc40cf8eb0210970a8639d68 Mon Sep 17 00:00:00 2001 From: Patryk Obara Date: Tue, 21 Apr 2020 06:24:10 +0200 Subject: [PATCH] Remove greetings and update project URL I would rather have initial banner 1 line smaller, so 1% of users is more likely to read it than greet them with "have fun". --- src/shell/shell.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/shell/shell.cpp b/src/shell/shell.cpp index 0ea5cc30..bb95eeb9 100644 --- a/src/shell/shell.cpp +++ b/src/shell/shell.cpp @@ -644,8 +644,7 @@ void SHELL_Init() { "\xBA \xBA\n" ); MSG_Add("SHELL_STARTUP_END", - "\xBA \033[32mHAVE FUN!\033[37m \xBA\n" - "\xBA \033[32mThe DOSBox Team \033[33mhttp://www.dosbox.com\033[37m \xBA\n" + "\xBA \033[33mhttps://dosbox-staging.github.io\033[37m \xBA\n" "\xC8\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD" "\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD" "\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xBC\033[0m\n"