Commit c3496b9c authored by Beat Küng's avatar Beat Küng Committed by Lorenz Meier

QGCUASFileView.cc: fix upload complete

parent 0a9a2d64
...@@ -198,7 +198,7 @@ void QGCUASFileView::_commandComplete(void) ...@@ -198,7 +198,7 @@ void QGCUASFileView::_commandComplete(void)
_currentCommand = commandNone; _currentCommand = commandNone;
_setAllButtonsEnabled(true); _setAllButtonsEnabled(true);
statusText = "Download complete"; statusText = "Download complete";
} else if (_currentCommand == commandDownload) { } else if (_currentCommand == commandUpload) {
_currentCommand = commandNone; _currentCommand = commandNone;
_setAllButtonsEnabled(true); _setAllButtonsEnabled(true);
statusText = "Upload complete"; statusText = "Upload complete";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment