diff options
author | yexo <yexo@openttd.org> | 2012-08-21 19:03:11 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2012-08-21 19:03:11 +0000 |
commit | 7284d716bc6710a2879cc1a2bf28295e13d53bbd (patch) | |
tree | d1a01966eed4de468178c6d783921addc02f994c /src | |
parent | a97387011dfb6ea3b20d30738480072042ba80d1 (diff) | |
download | openttd-7284d716bc6710a2879cc1a2bf28295e13d53bbd.tar.xz |
(svn r24490) -Fix (r24487): forgot to run script/api/squirrel_export.sh
Diffstat (limited to 'src')
-rw-r--r-- | src/script/api/game/game_window.hpp.sq | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/api/game/game_window.hpp.sq b/src/script/api/game/game_window.hpp.sq index b354a98ba..aaf593aba 100644 --- a/src/script/api/game/game_window.hpp.sq +++ b/src/script/api/game/game_window.hpp.sq @@ -644,6 +644,7 @@ void SQGSWindow_Register(Squirrel *engine) SQGSWindow.DefSQConst(engine, ScriptWindow::WID_NCL_SELECT_ALL, "WID_NCL_SELECT_ALL"); SQGSWindow.DefSQConst(engine, ScriptWindow::WID_NCL_SELECT_UPDATE, "WID_NCL_SELECT_UPDATE"); SQGSWindow.DefSQConst(engine, ScriptWindow::WID_NCL_UNSELECT, "WID_NCL_UNSELECT"); + SQGSWindow.DefSQConst(engine, ScriptWindow::WID_NCL_TEXTFILE, "WID_NCL_TEXTFILE"); SQGSWindow.DefSQConst(engine, ScriptWindow::WID_NCL_OPEN_URL, "WID_NCL_OPEN_URL"); SQGSWindow.DefSQConst(engine, ScriptWindow::WID_NCL_CANCEL, "WID_NCL_CANCEL"); SQGSWindow.DefSQConst(engine, ScriptWindow::WID_NCL_DOWNLOAD, "WID_NCL_DOWNLOAD"); |