diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-16 15:50:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-16 15:52:16 -0400 |
commit | 0b026ef4d8fec7e092dab38f949bff5de9d01e72 (patch) | |
tree | d830723d50590c7d2c6a85cfca6b262e11cad9b0 /Assistant/Install | |
parent | 41234a46a232df21516c03c6ce56a49356b6decc (diff) |
rename favicon.png to logo_16x16.png
This was never used as a favicon, it's just a png version of the
favicon.ico. It's actually used for the freedesktop menu file.
Diffstat (limited to 'Assistant/Install')
-rw-r--r-- | Assistant/Install/Menu.hs | 2 |
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 |