summaryrefslogtreecommitdiff
path: root/settings_gui.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-13 17:47:21 +0000
committertruelight <truelight@openttd.org>2004-12-13 17:47:21 +0000
commit83bdec9b91f8bf54772db6495d2b3de18bbd36e5 (patch)
tree01af336ac91325c4ce99a24b1968cfe7078c5e6b /settings_gui.c
parentdaad647d3d3a71d7cca8bd5d67e0f5658166d3aa (diff)
downloadopenttd-83bdec9b91f8bf54772db6495d2b3de18bbd36e5.tar.xz
(svn r1059) -Fix: [Console] Renamed 'set port' to 'set server_port'
-Add: [Network] Add ip-bind ('set server_bind_ip <ip>' in console or use scripts/pre_dedicated.scr)
Diffstat (limited to 'settings_gui.c')
-rw-r--r--settings_gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings_gui.c b/settings_gui.c
index ed7076199..20a5696a1 100644
--- a/settings_gui.c
+++ b/settings_gui.c
@@ -1005,7 +1005,7 @@ void ConsoleSetPatchSetting(char *name, char *value)
/* We did not found the patch setting */
if (!found) {
- IConsolePrintF(_iconsole_color_warning, "'%s' is an unkown patch settings", name);
+ IConsolePrintF(_iconsole_color_warning, "'%s' is an unkown patch setting", name);
return;
}
@@ -1063,7 +1063,7 @@ void ConsoleGetPatchSetting(char *name)
/* We did not found the patch setting */
if (!found) {
- IConsolePrintF(_iconsole_color_warning, "'%s' is an unkown patch settings", name);
+ IConsolePrintF(_iconsole_color_warning, "'%s' is an unkown patch setting", name);
return;
}