Added missing spinner.gif

This commit is contained in:
Anders Betnér 2006-05-24 06:52:15 +00:00
parent 9705113b40
commit b3d2ffc703
3 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,7 @@ adminroot_DATA = ftr.html linkOpaque.gif status.html aspl-license.txt \
gpl-license.html aspl-license.html thanks.html feedback.html \
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
smartpopup.html applet.html mt-daapd.js CREDITS status.js \
config.js config.xml
config.js config.xml spinner.gif
EXTRA_DIST = ftr.html linkOpaque.gif status.html aspl-license.txt \
gpl-license.txt linkTransparent.gif config-update.html hdr.html \
@ -17,5 +17,5 @@ EXTRA_DIST = ftr.html linkOpaque.gif status.html aspl-license.txt \
gpl-license.html aspl-license.html thanks.html feedback.html \
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
smartpopup.html applet.html mt-daapd.js CREDITS status.js \
config.js config.xml
config.js config.xml spinner.gif

BIN
admin-root/spinner.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 850 B

View File

@ -153,7 +153,7 @@ Section "MainSection" SEC01
File "${ADMIN_ROOT}\aspl-license.txt"
File "${ADMIN_ROOT}\aspl-license.html"
File "${ADMIN_ROOT}\applet.html"
File "${ADMIN_ROOT}\smart.js"
File "${ADMIN_ROOT}\spinner.gif"
SetOutPath "$2\admin-root\lib-js"
File "${ADMIN_ROOT}\lib-js\prototype.js"
File "${ADMIN_ROOT}\lib-js\rico.js"
@ -430,6 +430,7 @@ Section Uninstall
Delete "$INSTDIR\admin-root\required.gif"
Delete "$INSTDIR\admin-root\smart.html"
Delete "$INSTDIR\admin-root\smart.js"
Delete "$INSTDIR\admin-root\spinner.gif"
Delete "$INSTDIR\admin-root\smartpopup.html"
Delete "$INSTDIR\admin-root\status.html"
Delete "$INSTDIR\admin-root\status.js"