summaryrefslogtreecommitdiff
path: root/Assistant/Install/Menu.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant/Install/Menu.hs')
-rw-r--r--Assistant/Install/Menu.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Install/Menu.hs b/Assistant/Install/Menu.hs
index 22ca1da9c..d095cdd88 100644
--- a/Assistant/Install/Menu.hs
+++ b/Assistant/Install/Menu.hs
@@ -21,7 +21,7 @@ installMenu command menufile iconsrcdir icondir = do
writeDesktopMenuFile (fdoDesktopMenu command) menufile
installIcon (iconsrcdir </> "logo.svg") $
iconFilePath (iconBaseName ++ ".svg") "scalable" icondir
- installIcon (iconsrcdir </> "favicon.png") $
+ installIcon (iconsrcdir </> "logo_16x16.png") $
iconFilePath (iconBaseName ++ ".png") "16x16" icondir
#endif