Renamed files from mt-daapd.xx to firefly.xx

This commit is contained in:
Anders Betnér
2006-06-27 22:17:21 +00:00
parent 9e0b672fc3
commit a0ed0c8e43
5 changed files with 10 additions and 10 deletions

View File

@@ -159,8 +159,8 @@ Section "MainSection" SEC01
File "${ADMIN_ROOT}\playlist.js"
File "${ADMIN_ROOT}\playlist.html"
File "${ADMIN_ROOT}\ff_logo_sm.gif"
File "${ADMIN_ROOT}\mt-daapd.js"
File "${ADMIN_ROOT}\mt-daapd.css"
File "${ADMIN_ROOT}\firefly.js"
File "${ADMIN_ROOT}\firefly.css"
File "${ADMIN_ROOT}\linkTransparent.gif"
File "${ADMIN_ROOT}\linkOpaque.gif"
File "${ADMIN_ROOT}\index.html"
@@ -493,8 +493,8 @@ Section Uninstall
Delete "$INSTDIR\admin-root\index.html"
Delete "$INSTDIR\admin-root\linkOpaque.gif"
Delete "$INSTDIR\admin-root\linkTransparent.gif"
Delete "$INSTDIR\admin-root\mt-daapd.css"
Delete "$INSTDIR\admin-root\mt-daapd.js"
Delete "$INSTDIR\admin-root\firefly.css"
Delete "$INSTDIR\admin-root\firefly.js"
Delete "$INSTDIR\admin-root\ff_logo_sm.gif"
Delete "$INSTDIR\admin-root\playlist.html"
Delete "$INSTDIR\admin-root\playlist.js"