aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/file_dialog.h
diff options
context:
space:
mode:
authorAlexander Holland2016-03-14 16:03:18 +0100
committerAlexander Holland2016-03-14 16:03:18 +0100
commit751c1deef1086cd3c708e6ef063700ed3ffdf79b (patch)
tree26c060c7e8d3909dc8288583ee7ed1e0fe040421 /scene/gui/file_dialog.h
parentc6e57bf514cb3cfd12f5eae9a96b0e0cef3af923 (diff)
downloadgodot-751c1deef1086cd3c708e6ef063700ed3ffdf79b.tar.gz
godot-751c1deef1086cd3c708e6ef063700ed3ffdf79b.tar.zst
godot-751c1deef1086cd3c708e6ef063700ed3ffdf79b.zip
Diffstat (limited to 'scene/gui/file_dialog.h')
-rw-r--r--scene/gui/file_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scene/gui/file_dialog.h b/scene/gui/file_dialog.h
index 2042adbc2..1fcf8387c 100644
--- a/scene/gui/file_dialog.h
+++ b/scene/gui/file_dialog.h
@@ -57,7 +57,8 @@ public:
MODE_OPEN_FILE,
MODE_OPEN_FILES,
MODE_OPEN_DIR,
- MODE_SAVE_FILE,
+ MODE_OPEN_ANY,
+ MODE_SAVE_FILE
};
typedef Ref<Texture> (*GetIconFunc)(const String&);