[dna-commits] DNA SVN: r1172 - in branches/eclipse/org.jboss.dna.publish.ui.swt: src/org/jboss/dna/web/jcr/rest/client/swt and 1 other directory.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Mon Aug 24 14:50:21 EDT 2009


Author: elvisisking
Date: 2009-08-24 14:50:21 -0400 (Mon, 24 Aug 2009)
New Revision: 1172

Added:
   branches/eclipse/org.jboss.dna.publish.ui.swt/icons/views/published_overlay.png
Removed:
   branches/eclipse/org.jboss.dna.publish.ui.swt/icons/views/published_overlay.gif
Modified:
   branches/eclipse/org.jboss.dna.publish.ui.swt/src/org/jboss/dna/web/jcr/rest/client/swt/IUiConstants.java
Log:
A new "published" overlay image.

Deleted: branches/eclipse/org.jboss.dna.publish.ui.swt/icons/views/published_overlay.gif
===================================================================
(Binary files differ)

Added: branches/eclipse/org.jboss.dna.publish.ui.swt/icons/views/published_overlay.png
===================================================================
(Binary files differ)


Property changes on: branches/eclipse/org.jboss.dna.publish.ui.swt/icons/views/published_overlay.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: branches/eclipse/org.jboss.dna.publish.ui.swt/src/org/jboss/dna/web/jcr/rest/client/swt/IUiConstants.java
===================================================================
--- branches/eclipse/org.jboss.dna.publish.ui.swt/src/org/jboss/dna/web/jcr/rest/client/swt/IUiConstants.java	2009-08-24 17:01:51 UTC (rev 1171)
+++ branches/eclipse/org.jboss.dna.publish.ui.swt/src/org/jboss/dna/web/jcr/rest/client/swt/IUiConstants.java	2009-08-24 18:50:21 UTC (rev 1172)
@@ -78,7 +78,7 @@
 
     String PUBLISH_IMAGE = VIEWS_ICON_FOLDER + "publish.png"; //$NON-NLS-1$
 
-    String PUBLISHED_OVERLAY_IMAGE = VIEWS_ICON_FOLDER + "published_overlay.gif"; //$NON-NLS-1$
+    String PUBLISHED_OVERLAY_IMAGE = VIEWS_ICON_FOLDER + "published_overlay.png"; //$NON-NLS-1$
 
     String REFRESH_IMAGE = VIEWS_ICON_FOLDER + "refresh.gif"; //$NON-NLS-1$
 



More information about the dna-commits mailing list