Correct translation load process.
[yandex-traffic] / globals.hpp
1 #ifndef __GLOBALS_H__
2 #define __GLOBALS_H__
3
4
5 // Will widget check for internet connection presence?
6 // For debuggin in scratchbox must be set to 0, for real device, set 1
7 #define CHECK_FOR_CONNECTION 1
8
9 #define APPLICATION_NAME "yandex-traffic-widget"
10
11 #define TRANSLATION_PATH "/usr/share/yandex-traffic-widget/"
12
13
14 #endif // __GLOBALS_H__