diff options
author | eska <eska@eska.me> | 2016-04-28 02:39:52 +0200 |
---|---|---|
committer | eska <eska@eska.me> | 2016-04-28 16:13:26 +0200 |
commit | ab4caa79538750d7557308dd4f83d6b17d9bdd22 (patch) | |
tree | fb9cba811280fff644be76317e766b4028ced1cc /platform/javascript | |
parent | 8156f4944eac69fd6cbe16e5b24221a5a0412c54 (diff) |
Move export GUI debug toggle to export settings window
Diffstat (limited to 'platform/javascript')
-rw-r--r-- | platform/javascript/export/export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/javascript/export/export.cpp b/platform/javascript/export/export.cpp index e055aeea56..de57d770c4 100644 --- a/platform/javascript/export/export.cpp +++ b/platform/javascript/export/export.cpp @@ -86,7 +86,7 @@ public: virtual String get_device_info(int p_device) const { return "Run exported HTML in the system's default browser."; } virtual Error run(int p_device,int p_flags=0); - virtual bool requieres_password(bool p_debug) const { return false; } + virtual bool requires_password(bool p_debug) const { return false; } virtual String get_binary_extension() const { return "html"; } virtual Error export_project(const String& p_path,bool p_debug,int p_flags=0); |