mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Correctly spell OSTC cR
Correctly spell OSTC cR (wrong: "Cr") in two files. Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
0ca52f868e
commit
ff076cd5d4
2 changed files with 2 additions and 2 deletions
|
@ -241,7 +241,7 @@ OstcFirmwareCheck::OstcFirmwareCheck(QString product) : parent(0)
|
||||||
{
|
{
|
||||||
QUrl url;
|
QUrl url;
|
||||||
memset(&devData, 1, sizeof(devData));
|
memset(&devData, 1, sizeof(devData));
|
||||||
if (product == "OSTC 3" || product == "OSTC 3+" || product == "OSTC Cr") {
|
if (product == "OSTC 3" || product == "OSTC 3+" || product == "OSTC cR") {
|
||||||
url = QUrl("http://www.heinrichsweikamp.net/autofirmware/ostc3_changelog.txt");
|
url = QUrl("http://www.heinrichsweikamp.net/autofirmware/ostc3_changelog.txt");
|
||||||
latestFirmwareHexFile = QString("http://www.heinrichsweikamp.net/autofirmware/ostc3_firmware.hex");
|
latestFirmwareHexFile = QString("http://www.heinrichsweikamp.net/autofirmware/ostc3_firmware.hex");
|
||||||
} else if (product == "OSTC Sport") {
|
} else if (product == "OSTC Sport") {
|
||||||
|
|
|
@ -334,7 +334,7 @@ void DownloadFromDCWidget::on_downloadCancelRetryButton_clicked()
|
||||||
//
|
//
|
||||||
// We shouldn't do this for memory dumps.
|
// We shouldn't do this for memory dumps.
|
||||||
if ((product == "OSTC 3" || product == "OSTC 3+" ||
|
if ((product == "OSTC 3" || product == "OSTC 3+" ||
|
||||||
product == "OSTC Cr" || product == "OSTC Sport" ||
|
product == "OSTC cR" || product == "OSTC Sport" ||
|
||||||
product == "OSTC 4") && ! data->saveDump())
|
product == "OSTC 4") && ! data->saveDump())
|
||||||
ostcFirmwareCheck = new OstcFirmwareCheck(product);
|
ostcFirmwareCheck = new OstcFirmwareCheck(product);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue