Easier startup maintainance this way.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2779
This commit is contained in:
parent
e608297aae
commit
103cd7f6c9
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: shell.cpp,v 1.82 2007-01-21 14:13:21 qbix79 Exp $ */
|
||||
/* $Id: shell.cpp,v 1.83 2007-01-21 16:36:38 qbix79 Exp $ */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
@ -291,7 +291,7 @@ void DOS_Shell::Run(void) {
|
|||
return;
|
||||
}
|
||||
/* Start a normal shell and check for a first command init */
|
||||
WriteOut(MSG_Get("SHELL_STARTUP_BEGIN"));
|
||||
WriteOut(MSG_Get("SHELL_STARTUP_BEGIN"),VERSION);
|
||||
#if C_DEBUG
|
||||
WriteOut(MSG_Get("SHELL_STARTUP_DEBUG"));
|
||||
#endif
|
||||
|
@ -456,7 +456,7 @@ void SHELL_Init() {
|
|||
"\033[44;1m\xC9\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\xBB\n"
|
||||
"\xBA \033[32mWelcome to DOSBox v" VERSION "\033[37m \xBA\n"
|
||||
"\xBA \033[32mWelcome to DOSBox v%-8s\033[37m \xBA\n"
|
||||
"\xBA \xBA\n"
|
||||
// "\xBA DOSBox runs real and protected mode games. \xBA\n"
|
||||
"\xBA For a short introduction for new users type: \033[33mINTRO\033[37m \xBA\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue