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$
Show replies by date