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
|
@ -334,7 +334,7 @@ void DownloadFromDCWidget::on_downloadCancelRetryButton_clicked()
|
|||
//
|
||||
// We shouldn't do this for memory dumps.
|
||||
if ((product == "OSTC 3" || product == "OSTC 3+" ||
|
||||
product == "OSTC Cr" || product == "OSTC Sport" ||
|
||||
product == "OSTC cR" || product == "OSTC Sport" ||
|
||||
product == "OSTC 4") && ! data->saveDump())
|
||||
ostcFirmwareCheck = new OstcFirmwareCheck(product);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue