Fix N_SE-16408 : progressbar is still showing when app is dead.
[apps/core/preloaded/taskmanager.git] / src / taskmanager.h
index 47d9635..b5cb730 100755 (executable)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -30,7 +30,7 @@
 #endif
 
 #ifndef PREFIX
-#define PREFIX "/opt/apps/org.tizen."PACKAGE
+#define PREFIX "/usr/apps/org.tizen."PACKAGE
 #endif
 
 #if !defined(RESDIR)
@@ -54,7 +54,7 @@
 #define GRP_TM "task_manager"
 
 #define S_(str) dgettext("sys_string", str)
-#define T_(str) dgettext(PACKAGE, str)
+#define T_(str) gettext(str)
 
 #define _BUF_MAX       256
 #define _EDJ(x)        elm_layout_edje_get(x)