From 438ba985a4a97a8695a6e6fdda6930694976c07b Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Thu, 21 Jul 2016 11:44:36 +0600 Subject: JANITORIAL: Remove spaces at the end of the line I knew there were some, but I wanted to fix them once, instead of doing it all the time. --- gui/downloaddialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/downloaddialog.cpp') diff --git a/gui/downloaddialog.cpp b/gui/downloaddialog.cpp index df8783736e..a90783de9e 100644 --- a/gui/downloaddialog.cpp +++ b/gui/downloaddialog.cpp @@ -119,7 +119,7 @@ bool DownloadDialog::selectDirectories() { if (alert.runModal() != GUI::kMessageOK) return false; } - //first user should select remote directory to download + //first user should select remote directory to download if (_remoteBrowser->runModal() <= 0) return false; Cloud::StorageFile remoteDirectory = _remoteBrowser->getResult(); @@ -248,7 +248,7 @@ Common::String DownloadDialog::getSpeedLabelText() { return Common::String::format("Download speed: %s %s", speed.c_str(), _(speedUnits.c_str())); } -void DownloadDialog::refreshWidgets() { +void DownloadDialog::refreshWidgets() { _localDirectory = CloudMan.getDownloadLocalDirectory(); _remoteDirectoryLabel->setLabel(_("From: ") + CloudMan.getDownloadRemoteDirectory()); _localDirectoryLabel->setLabel(_("To: ") + _localDirectory); -- cgit v1.2.3