diff options
| author | Juan Linietsky | 2016-07-21 10:34:57 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-07-21 10:34:57 -0300 |
| commit | ff8f4cb40984884c722809fc0d440299570053b1 (patch) | |
| tree | 4a33eaed6df7d717e2dbd9c5ac4df1e6db1375ad /tools/editor/filesystem_dock.h | |
| parent | e75bad41f777502b2fc05c9a8ccbb3f86c98b891 (diff) | |
| download | godot-ff8f4cb40984884c722809fc0d440299570053b1.tar.gz godot-ff8f4cb40984884c722809fc0d440299570053b1.tar.zst godot-ff8f4cb40984884c722809fc0d440299570053b1.zip | |
Renamed scenes_dock to filesystem_dock (makes more sense, it has not been a scenes dock since a long time).
Diffstat (limited to '')
| -rw-r--r-- | tools/editor/filesystem_dock.h (renamed from tools/editor/scenes_dock.h) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/editor/scenes_dock.h b/tools/editor/filesystem_dock.h index 0973fce25..171dbd16e 100644 --- a/tools/editor/scenes_dock.h +++ b/tools/editor/filesystem_dock.h @@ -26,8 +26,8 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef SCENES_DOCK_H -#define SCENES_DOCK_H +#ifndef FILESYSTEM_DOCK_H +#define FILESYSTEM_DOCK_H #include "scene/main/timer.h" #include "scene/gui/control.h" @@ -51,8 +51,8 @@ class EditorNode; -class ScenesDock : public VBoxContainer { - OBJ_TYPE( ScenesDock, VBoxContainer ); +class FileSystemDock : public VBoxContainer { + OBJ_TYPE( FileSystemDock, VBoxContainer ); enum FileMenu { FILE_OPEN, @@ -184,8 +184,8 @@ public: void set_use_thumbnails(bool p_use); - ScenesDock(EditorNode *p_editor); - ~ScenesDock(); + FileSystemDock(EditorNode *p_editor); + ~FileSystemDock(); }; |
