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:
authorFeralChild64 <unknown>2022-10-22 20:16:30 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-10-22 21:15:34 +0300
commiteab320572fe0f25108a7688442e1607d49060d7c (patch)
tree077f1a9a616c13ab6e293fca2ad95a3450c689e2
parent02735e9d3c0833fd37f04cef6535b9253ddb2388 (diff)
Fix outdated config option description
-rw-r--r--src/gui/sdlmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp
index a4e8d6677..b85932fd0 100644
--- a/src/gui/sdlmain.cpp
+++ b/src/gui/sdlmain.cpp
@@ -4315,7 +4315,7 @@ void Config_Add_SDL() {
Pmulti->Set_help(mouse_control_help);
Pmulti = sdl_sec->AddMultiVal("sensitivity", deprecated, ",");
- Pmulti->Set_help("Moved [mouse] section; see documentation as values have different meaning now.");
+ Pmulti->Set_help("Moved to [mouse] section.");
pbool = sdl_sec->Add_bool("raw_mouse_input", deprecated, false);
pbool->Set_help("Moved to [mouse] section.");