summaryrefslogtreecommitdiffstats
path: root/editor/script_create_dialog.h
diff options
context:
space:
mode:
authorAndrii Doroshenko (Xrayez) <xrayez@gmail.com>2019-08-12 14:41:24 +0300
committerAndrii Doroshenko (Xrayez) <xrayez@gmail.com>2019-08-12 15:31:03 +0300
commitbd9852b98298054a2246a345c4e072d82967b915 (patch)
tree7e8d7b9a01456ad8b0914824dc4a7a4bf6dea66b /editor/script_create_dialog.h
parente23f5e6415758e4eae0a5ba635afaba7d654c09f (diff)
downloadredot-engine-bd9852b98298054a2246a345c4e072d82967b915.tar.gz
Display language icons in script create dialog
Diffstat (limited to 'editor/script_create_dialog.h')
-rw-r--r--editor/script_create_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/script_create_dialog.h b/editor/script_create_dialog.h
index 288b8f604b..202846fd3c 100644
--- a/editor/script_create_dialog.h
+++ b/editor/script_create_dialog.h
@@ -76,6 +76,7 @@ class ScriptCreateDialog : public ConfirmationDialog {
bool is_built_in;
bool built_in_enabled;
int current_language;
+ int default_language;
bool re_check_path;
String script_template;
Vector<String> template_list;