summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.h
diff options
context:
space:
mode:
authorHaoyu Qiu <timothyqiu32@gmail.com>2019-12-24 14:37:55 +0800
committerHaoyu Qiu <timothyqiu32@gmail.com>2019-12-24 14:51:33 +0800
commit79a06e17bb22128b2c3926853e2eba6313a172c4 (patch)
treecbebaa91e4e8ccce093160cdfeb6b74b0369fc28 /editor/filesystem_dock.h
parentd711c57d767734887fbf0955a7b9902c54498a0d (diff)
downloadredot-engine-79a06e17bb22128b2c3926853e2eba6313a172c4.tar.gz
Fixes variable naming in FileSystemDock
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r--editor/filesystem_dock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h
index d81a5133f2..f8e0eb4d71 100644
--- a/editor/filesystem_dock.h
+++ b/editor/filesystem_dock.h
@@ -140,7 +140,7 @@ private:
ConfirmationDialog *make_scene_dialog;
LineEdit *make_scene_dialog_text;
ConfirmationDialog *overwrite_dialog;
- ScriptCreateDialog *make_script_dialog_text;
+ ScriptCreateDialog *make_script_dialog;
CreateDialog *new_resource_dialog;
bool always_show_folders;