commit | c43e71327fce5acef421477f03a44d415e56ca3f | [log] [tgz] |
---|---|---|
author | jlabanca@google.com <jlabanca@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed May 11 03:32:44 2011 +0000 |
committer | jlabanca@google.com <jlabanca@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed May 11 03:32:44 2011 +0000 |
tree | 11b77f2dd6ea5af6f8645fcb4dafa9ede26b95bb | |
parent | b35700a441d1e245f38543290228d4439449dee1 [diff] |
Adding favicon and app_icon to the app cache manifest file. git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10174 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/mobilewebapp/src/dev/com/google/gwt/sample/mobilewebapp/linker/AppCacheLinker.java b/samples/mobilewebapp/src/dev/com/google/gwt/sample/mobilewebapp/linker/AppCacheLinker.java index c09d502..36ddc28 100644 --- a/samples/mobilewebapp/src/dev/com/google/gwt/sample/mobilewebapp/linker/AppCacheLinker.java +++ b/samples/mobilewebapp/src/dev/com/google/gwt/sample/mobilewebapp/linker/AppCacheLinker.java
@@ -32,6 +32,8 @@ return new String[] { "/MobileWebApp.html", "/MobileWebApp.css", + "/favicon.ico", + "/app_icon.png", "/audio/error.mp3", "/audio/error.ogg", "/audio/error.wav",