mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
Minor change of the messages displayed. In a smaller screen size this save the gadget shifting slightly for the longer message.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@3139 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
d285dc6a46
commit
d1aa380b01
@ -707,7 +707,7 @@ OP_DFU::Status DFUObject::UploadFirmwareT(const QString &sfile, const bool &veri
|
||||
return ret;
|
||||
}
|
||||
|
||||
emit operationProgress(QString("Erasing memory, please wait..."));
|
||||
emit operationProgress(QString("Erasing, please wait..."));
|
||||
|
||||
if (debug) qDebug() << "Erasing memory";
|
||||
if( StatusRequest() == OP_DFU::abort) return OP_DFU::abort;
|
||||
|
Loading…
Reference in New Issue
Block a user