]> source.dussan.org Git - vaadin-framework.git/commitdiff
JRE bug: some png's cause an error while loading. Resolution: use gif.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 25 Sep 2007 10:28:02 +0000 (10:28 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 25 Sep 2007 10:28:02 +0000 (10:28 +0000)
svn changeset:2375/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ui/HorizontalSplitPanelImages.java
src/com/itmill/toolkit/terminal/gwt/client/ui/VerticalSplitPanelImages.java

index 07bd6367a60bd29f3a87e1835d326f06c1994f3d..7069e99c15b93e6eb918953904663440b5621a8d 100644 (file)
@@ -8,7 +8,7 @@ public interface HorizontalSplitPanelImages extends
        /**\r
           * An image representing the drag thumb.\r
           * \r
-          * @gwt.resource com/itmill/toolkit/terminal/gwt/public/default/common/img/blank.png\r
+          * @gwt.resource com/itmill/toolkit/terminal/gwt/public/default/common/img/blank.gif\r
           */\r
        AbstractImagePrototype horizontalSplitPanelThumb();\r
        \r
index 65bb9776b79a24c43800124d32963ab4886020f7..1a11bdd712737f7560e0d7cc24210ad4af7ccfec 100644 (file)
@@ -8,7 +8,7 @@ public interface VerticalSplitPanelImages extends
        /**\r
           * An image representing the drag thumb.\r
           * \r
-          * @gwt.resource com/itmill/toolkit/terminal/gwt/public/default/common/img/blank.png\r
+          * @gwt.resource com/itmill/toolkit/terminal/gwt/public/default/common/img/blank.gif\r
           */\r
        AbstractImagePrototype verticalSplitPanelThumb();\r
 \r