diff options
| -rw-r--r-- | editor/filesystem_dock.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index b7e9d36d88..52ed94e428 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -756,7 +756,7 @@ void FileSystemDock::_update_file_list(bool p_keep_selection) {  		Ref<Texture> type_icon;  		Ref<Texture> big_icon; -		String tooltip = fname; +		String tooltip = fpath;  		// Select the icons  		if (!finfo->import_broken) { |