org.symbian.tools.wrttools.editing/src/org/symbian/tools/wrttools/editing/Images.java
changeset 38 954dbf7baac6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/org.symbian.tools.wrttools.editing/src/org/symbian/tools/wrttools/editing/Images.java	Wed Jan 20 18:00:15 2010 -0800
@@ -0,0 +1,7 @@
+package org.symbian.tools.wrttools.editing;
+
+public interface Images {
+	String RED_SYNC = "/icons/obj16/refresh_red.gif";
+	String YELLOW_SYNC = "/icons/obj16/refresh.gif";
+	String GREEN_SYNC = "/icons/obj16/refresh_green.gif";
+}