Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/dos/program_autotype.cpp')
-rw-r--r--src/dos/program_autotype.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dos/program_autotype.cpp b/src/dos/program_autotype.cpp
index a14af3cfb..f1725a0b0 100644
--- a/src/dos/program_autotype.cpp
+++ b/src/dos/program_autotype.cpp
@@ -121,7 +121,7 @@ void AUTOTYPE::Run()
// Usage
if (!cmd->GetCount() || HelpRequested()) {
- WriteOut(MSG_Get("SHELL_CMD_AUTOTYPE_HELP_LONG"));
+ WriteOut(MSG_Get("PROGRAM_AUTOTYPE_HELP_LONG"));
return;
}
@@ -160,7 +160,7 @@ void AUTOTYPE::Run()
}
void AUTOTYPE::AddMessages() {
- MSG_Add("SHELL_CMD_AUTOTYPE_HELP_LONG",
+ MSG_Add("PROGRAM_AUTOTYPE_HELP_LONG",
"Performs scripted keyboard entry into a running DOS game.\n"
"\n"
"Usage:\n"