mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-30 22:51:16 +01:00
Fixed typo
This commit is contained in:
parent
e4ac9fda0e
commit
29e29591f8
@ -102,7 +102,7 @@ Label LBLFile::label6b(Handle &hdl, quint32 offset, bool capitalize) const
|
|||||||
for (int cpt = 0; cpt < 4; cpt++) {
|
for (int cpt = 0; cpt < 4; cpt++) {
|
||||||
if (c[cpt] > 0x2f || (curCharSet == Normal && c[cpt] == 0x1d)) {
|
if (c[cpt] > 0x2f || (curCharSet == Normal && c[cpt] == 0x1d)) {
|
||||||
QString text(QString::fromLatin1(label));
|
QString text(QString::fromLatin1(label));
|
||||||
return Label(capitalize & isAllUpperCase(text)
|
return Label(capitalize && isAllUpperCase(text)
|
||||||
? capitalized(text) : text, Label::Shield(shieldType,
|
? capitalized(text) : text, Label::Shield(shieldType,
|
||||||
shieldLabel));
|
shieldLabel));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user