diff options
author | Hubert Jarosz <marqin.pl@gmail.com> | 2016-05-21 15:29:25 +0200 |
---|---|---|
committer | Hubert Jarosz <marqin.pl@gmail.com> | 2016-05-21 15:29:25 +0200 |
commit | 33403d91f77f1f34b19bff763391500bc9c2616c (patch) | |
tree | 67b2f4f4f1d69b198af548a7358b98904d9581ae /tools/editor/project_export.cpp | |
parent | b0a5347a1ceaff56e88d33fb13df2a91abae594f (diff) |
remove trailing whitespace
Diffstat (limited to 'tools/editor/project_export.cpp')
-rw-r--r-- | tools/editor/project_export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/project_export.cpp b/tools/editor/project_export.cpp index ee9eee1590..dea15ebd35 100644 --- a/tools/editor/project_export.cpp +++ b/tools/editor/project_export.cpp @@ -470,7 +470,7 @@ void ProjectExportDialog::_export_action(const String& p_file) { /* Checked if the export location is outside the project directory, * now will check if a file name has been entered */ if (p_file.ends_with("/")) { - + error->set_text("Please enter a file name!"); error->popup_centered_minsize(); return; |