1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-25 15:37:42 +00:00

Actually fix the db/dc renaming mess

Local builds save lives :)
This commit is contained in:
Hein-Pieter van Braam
2018-02-21 23:21:21 +01:00
parent 75289b4017
commit 8efb9c8cdd
2 changed files with 2 additions and 2 deletions

View File

@@ -345,7 +345,7 @@ void FileDialog::_tree_selected() {
get_ok()->set_disabled(_is_open_should_be_disabled());
}
void FileDialog::_tree_db_selected() {
void FileDialog::_tree_dc_selected() {
TreeItem *ti = tree->get_selected();
if (!ti)