remove trailing whitespace

This commit is contained in:
Hubert Jarosz 2016-05-21 15:29:25 +02:00
parent b0a5347a1c
commit 33403d91f7
No known key found for this signature in database
GPG key ID: 3078B3E2110D6947
24 changed files with 80 additions and 80 deletions

View file

@ -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;