Merge pull request #59 from koter84/fix

Fixes problem with the internationalisation where not setting EZTIME_LANGUAGE define would cause an error. Now correctly defaults to english
pull/66/head
Rop Gonggrijp 6 years ago committed by GitHub
commit 9667ca0e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -159,7 +159,7 @@ namespace ezt {
#define STR(x) XSTR(x) #define STR(x) XSTR(x)
#include STR(lang/EZTIME_LANGUAGE) #include STR(lang/EZTIME_LANGUAGE)
#else #else
#include "lang/ezTime_EN" #include "lang/EN"
#endif #endif
// //

Loading…
Cancel
Save