mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix typo: LENGHT -> LENGTH
This commit is contained in:
parent
7fa5fcfa1d
commit
9ec7aa7fd7
3 changed files with 7 additions and 7 deletions
|
@ -1625,7 +1625,7 @@ void UnitsSettings::setLength(int value)
|
|||
QSettings s;
|
||||
s.beginGroup(group);
|
||||
s.setValue("length", value);
|
||||
prefs.units.length = (units::LENGHT) value;
|
||||
prefs.units.length = (units::LENGTH) value;
|
||||
emit lengthChanged(value);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue