From 620759240a6b6e595b28ef912cf081dadd71ed60 Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Fri, 9 Jun 2006 05:12:11 +0000 Subject: [PATCH] More minor logoing fixes --- admin-root/Makefile.am | 4 ++-- win32/nsi/mt-daapd.nsi.templ | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin-root/Makefile.am b/admin-root/Makefile.am index b4dca6c8..0e796407 100644 --- a/admin-root/Makefile.am +++ b/admin-root/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS=lib-js adminrootdir = ${pkgdatadir}/admin-root adminroot_DATA = ftr.html linkOpaque.gif status.html aspl-license.txt \ gpl-license.txt linkTransparent.gif config-update.html hdr.html \ - mt-daapd.css mt-daapd.png config.html index.html required.gif \ + mt-daapd.css ff_logo_182.gif config.html index.html required.gif \ 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 \ @@ -13,7 +13,7 @@ adminroot_DATA = ftr.html linkOpaque.gif status.html aspl-license.txt \ EXTRA_DIST = ftr.html linkOpaque.gif status.html aspl-license.txt \ gpl-license.txt linkTransparent.gif config-update.html hdr.html \ - mt-daapd.css mt-daapd.png config.html index.html required.gif \ + mt-daapd.css ff_logo_182.gif config.html index.html required.gif \ 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 \ diff --git a/win32/nsi/mt-daapd.nsi.templ b/win32/nsi/mt-daapd.nsi.templ index e3adffb3..9c8c0611 100644 --- a/win32/nsi/mt-daapd.nsi.templ +++ b/win32/nsi/mt-daapd.nsi.templ @@ -157,7 +157,7 @@ Section "MainSection" SEC01 File "${ADMIN_ROOT}\required.gif" File "${ADMIN_ROOT}\playlist.js" File "${ADMIN_ROOT}\playlist.html" - File "${ADMIN_ROOT}\mt-daapd.png" + File "${ADMIN_ROOT}\ff_logo_182.gif File "${ADMIN_ROOT}\mt-daapd.js" File "${ADMIN_ROOT}\mt-daapd.css" File "${ADMIN_ROOT}\linkTransparent.gif" @@ -483,7 +483,7 @@ Section Uninstall Delete "$INSTDIR\admin-root\linkTransparent.gif" Delete "$INSTDIR\admin-root\mt-daapd.css" Delete "$INSTDIR\admin-root\mt-daapd.js" - Delete "$INSTDIR\admin-root\mt-daapd.png" + Delete "$INSTDIR\admin-root\ff_logo_182.gif Delete "$INSTDIR\admin-root\playlist.html" Delete "$INSTDIR\admin-root\playlist.js" Delete "$INSTDIR\admin-root\required.gif"