1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +01:00

Fixed translations loading

This commit is contained in:
Martin Tůma 2018-02-09 22:34:38 +01:00
parent d18c0d1643
commit af99e4e05a

View File

@ -41,6 +41,6 @@
#define GLOBAL_MAP_DIR GLOBAL_DIR + QString("/") + MAP_DIR
#define GLOBAL_POI_DIR GLOBAL_DIR + QString("/") + POI_DIR
#define TILES_DIR USER_DIR + QString("/tiles")
#define TRANSLATIONS_DIR GLOBAL_DIR + QString("/locale")
#define TRANSLATIONS_DIR GLOBAL_DIR + QString("/translations")
#endif /* CONFIG_H */