X-Git-Url: http://git.maemo.org/git/?p=yandex-traffic;a=blobdiff_plain;f=globals.hpp;h=dcf7e19c585a228b4dee6373d15cb194d3f0831f;hp=797942eb892d540cf3f1637b4beaca41e62ca30a;hb=HEAD;hpb=7aa320e48ab4896be05a1f4468329fb33cd6ad7b diff --git a/globals.hpp b/globals.hpp index 797942e..dcf7e19 100644 --- a/globals.hpp +++ b/globals.hpp @@ -4,7 +4,11 @@ // Will widget check for internet connection presence? // For debuggin in scratchbox must be set to 0, for real device, set 1 -#define CHECK_FOR_CONNECTION 0 +#define CHECK_FOR_CONNECTION 1 + +#define APPLICATION_NAME "yandex-traffic-widget" + +#define TRANSLATION_PATH "/usr/share/yandex-traffic-widget/" #endif // __GLOBALS_H__