Author: fmueller
Date: Fri Aug 13 04:08:30 2010
New Revision: 9048

URL: http://svn.slimdevices.com/jive?rev=9048&view=rev
Log:
Bug: n/a 
Description: Fix typo. 

Modified:
    
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua

Modified: 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua?rev=9048&r1=9047&r2=9048&view=diff
==============================================================================
--- 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua
 (original)
+++ 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua
 Fri Aug 13 04:08:30 2010
@@ -2077,7 +2077,7 @@
                img = _loadImage(self, "IconsResized/icon_device_USB" .. 
skinSuffix),
        })
        s.hm_sdcard = _uses(s._buttonicon, {
-               img = _loadImage(self, "IconsResized/icon_device_sdcard" .. 
skinSuffix),
+               img = _loadImage(self, "IconsResized/icon_device_SDcard" .. 
skinSuffix),
        })
        s.hm_settings = _uses(s._buttonicon, {
                img = _loadImage(self, "IconsResized/icon_settings" .. 
skinSuffix),

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to