diff options
| author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2017-11-25 23:59:31 -0200 |
|---|---|---|
| committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2017-11-26 13:27:48 -0200 |
| commit | 8987f932d64e35c7209cee8f492747f775813055 (patch) | |
| tree | bc1e48ec532222f996db36634911cc30a5204417 /editor/filesystem_dock.cpp | |
| parent | 73a26b4c3f8167e900901527c267522629105d9a (diff) | |
| download | redot-engine-8987f932d64e35c7209cee8f492747f775813055.tar.gz | |
Fix not being able to select an editor layout created in another language.
Diffstat (limited to 'editor/filesystem_dock.cpp')
| -rw-r--r-- | editor/filesystem_dock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index 2ddfea00e3..a5445ca153 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -1565,6 +1565,7 @@ void FileSystemDock::_bind_methods() { FileSystemDock::FileSystemDock(EditorNode *p_editor) { + set_name("FileSystem"); editor = p_editor; path = "res://"; |
