summaryrefslogtreecommitdiff
path: root/src/script/api/game/game_window.hpp.sq
diff options
context:
space:
mode:
authorJoan Josep <juanjo.ng.83@gmail.com>2018-04-30 18:52:32 +0200
committerfrosch <github@elsenhans.name>2018-04-30 18:52:32 +0200
commit944f785be8e0d994552d96e2990232cba094efdd (patch)
tree09da68644da6fec4111566305d6cdd1d20566f3d /src/script/api/game/game_window.hpp.sq
parentfa87212a76f168e28d2439cb658fbfe388c19036 (diff)
downloadopenttd-944f785be8e0d994552d96e2990232cba094efdd.tar.xz
Fix: Spelling errors (#6769)
Diffstat (limited to 'src/script/api/game/game_window.hpp.sq')
-rw-r--r--src/script/api/game/game_window.hpp.sq2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/game/game_window.hpp.sq b/src/script/api/game/game_window.hpp.sq
index 07e226f46..aa0b34b1e 100644
--- a/src/script/api/game/game_window.hpp.sq
+++ b/src/script/api/game/game_window.hpp.sq
@@ -1183,7 +1183,7 @@ void SQGSWindow_Register(Squirrel *engine)
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_TN_TRAINS, "WID_TN_TRAINS");
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_TN_ROADVEHS, "WID_TN_ROADVEHS");
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_TN_SHIPS, "WID_TN_SHIPS");
- SQGSWindow.DefSQConst(engine, ScriptWindow::WID_TN_AIRCRAFTS, "WID_TN_AIRCRAFTS");
+ SQGSWindow.DefSQConst(engine, ScriptWindow::WID_TN_AIRCRAFT, "WID_TN_AIRCRAFT");
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_TN_ZOOM_IN, "WID_TN_ZOOM_IN");
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_TN_ZOOM_OUT, "WID_TN_ZOOM_OUT");
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_TN_BUILDING_TOOLS_START, "WID_TN_BUILDING_TOOLS_START");