diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-06 19:45:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-06 19:45:57 +0300 |
commit | 286e2b7edc988f93e347b6ccfd51da2a56d18d73 (patch) | |
tree | 5b39849f487c850be3c084f92e5a9e75fd490c3f /src/units.cpp | |
parent | 6666bf7992292f759f1860465af104d665b12328 (diff) | |
download | plus-286e2b7edc988f93e347b6ccfd51da2a56d18d73.tar.gz plus-286e2b7edc988f93e347b6ccfd51da2a56d18d73.tar.bz2 plus-286e2b7edc988f93e347b6ccfd51da2a56d18d73.tar.xz plus-286e2b7edc988f93e347b6ccfd51da2a56d18d73.zip |
add patch files support for other xml dbs.
Diffstat (limited to 'src/units.cpp')
-rw-r--r-- | src/units.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/units.cpp b/src/units.cpp index 7593f564f..0c31e1553 100644 --- a/src/units.cpp +++ b/src/units.cpp @@ -103,6 +103,7 @@ void Units::loadUnits() } loadXmlFile(paths.getStringValue("unitsFile")); + loadXmlFile(paths.getStringValue("unitsPatchFile")); } void Units::loadXmlFile(const std::string &fileName) |