Fix typo
[yandex-traffic] / globals.hpp
index 797942e..dcf7e19 100644 (file)
@@ -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__