Revision: 10174
Author: [email protected]
Date: Tue May 10 20:32:44 2011
Log: Adding favicon and app_icon to the app cache manifest file.
http://code.google.com/p/google-web-toolkit/source/detail?r=10174
Modified:
/trunk/samples/mobilewebapp/src/dev/com/google/gwt/sample/mobilewebapp/linker/AppCacheLinker.java
=======================================
---
/trunk/samples/mobilewebapp/src/dev/com/google/gwt/sample/mobilewebapp/linker/AppCacheLinker.java
Wed May 4 09:12:17 2011
+++
/trunk/samples/mobilewebapp/src/dev/com/google/gwt/sample/mobilewebapp/linker/AppCacheLinker.java
Tue May 10 20:32:44 2011
@@ -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",
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors