[Refactoring] theme image folder
[platform/core/uifw/efl-theme-tizen.git] / themes / widgets / progressbar.edc
index 54f3348..456b1a4 100644 (file)
    }
 
 #define PROCESS_IMAGE(COLOR, SIZE, NUM) \
-   image: "process/"COLOR"/"SIZE"/00_list_process_"NUM".png" COMP;
+   image: "Process/"COLOR"/"SIZE"/00_list_process_"NUM".png" COMP;
 
 #define PROCESS_IMAGES(COLOR, SIZE) \
    images { \
    description { state: "pulse" 0.#NUM; \
       inherit: "default" 0.0; \
       image { \
-         normal: "process/"COLOR"/"SIZE"/00_list_process_"NUM".png"; \
+         normal: "Process/"COLOR"/"SIZE"/00_list_process_"NUM".png"; \
       } \
    }
 
          aspect: 1.0 1.0; \
          aspect_preference: BOTH; \
          image { \
-            normal: "process/"COLOR"/"SIZE"/00_list_process_01.png"; \
+            normal: "Process/"COLOR"/"SIZE"/00_list_process_01.png"; \
          } \
       } \
       description { state: "pulse" 0.0; \
          inherit: "default" 0.0; \
          image { \
-            normal: "process/"COLOR"/"SIZE"/00_list_process_01.png"; \
+            normal: "Process/"COLOR"/"SIZE"/00_list_process_01.png"; \
          } \
       } \
       PROGRESS_DESC(COLOR, SIZE, 01 ) \