1
0
Fork 0

Add patch 3027944 from ripsaw: Subst /d

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3628
This commit is contained in:
Peter Veenstra 2010-08-07 18:12:48 +00:00
parent 58e87f9717
commit 901e771bfa
2 changed files with 9 additions and 4 deletions

View file

@ -487,7 +487,7 @@ void SHELL_Init() {
MSG_Add("SHELL_CMD_PAUSE_HELP","Waits for 1 keystroke to continue.\n");
MSG_Add("SHELL_CMD_COPY_FAILURE","Copy failure : %s.\n");
MSG_Add("SHELL_CMD_COPY_SUCCESS"," %d File(s) copied.\n");
MSG_Add("SHELL_CMD_SUBST_NO_REMOVE","Removing drive not supported. Doing nothing.\n");
MSG_Add("SHELL_CMD_SUBST_NO_REMOVE","Unable to remove, drive not in use.\n");
MSG_Add("SHELL_CMD_SUBST_FAILURE","SUBST failed. You either made an error in your commandline or the target drive is already used.\nIt's only possible to use SUBST on Local drives");
MSG_Add("SHELL_STARTUP_BEGIN",