diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-12 16:16:36 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-12 17:28:24 +0100 |
commit | c503daf6c6b99beb7d811c952fd52d763aa008ca (patch) | |
tree | 0a3a5181829c7b4d68a100696d7d66be94931607 /proto-wine/lang/ru_RU.ts | |
parent | fe0bbcc24ae2d0916135a8f7553ee46c9b463b44 (diff) |
proto/wine: fixes
- use SDK_WINE boolean
- improve logic when building for X-Plane only
- rename when building for X-Plane
- conditionalize Wine-related stuff
- move starting the wrapper to initialize() as it should be done
- use more C++17
- update header usage
Diffstat (limited to 'proto-wine/lang/ru_RU.ts')
-rw-r--r-- | proto-wine/lang/ru_RU.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/proto-wine/lang/ru_RU.ts b/proto-wine/lang/ru_RU.ts index 2ea9274b..1e80e43f 100644 --- a/proto-wine/lang/ru_RU.ts +++ b/proto-wine/lang/ru_RU.ts @@ -28,10 +28,14 @@ </message> </context> <context> - <name>wineDll</name> + <name>wine_metadata</name> <message> <source>Wine -- Windows layer for Unix</source> <translation type="unfinished"></translation> </message> + <message> + <source>X-Plane</source> + <translation type="unfinished"></translation> + </message> </context> </TS> |