Commit Graph

3 Commits

Author SHA1 Message Date
dmdmdm 949c20abdf Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
John Maguire 5f3d548c70 pngcrush all our data pngs
find data -name '*.png' -exec
    pngcrush {} {}.new \; -exec mv {}.new {} \;
2014-02-07 16:46:48 +01:00
David Sansome 88d1c7518a Move the "Configure Clementine" menu item into the Tools menu and rename it "Preferences". Also move the global shortcuts dialog into a page in the preferences dialog. Fixes issue #422 2010-06-23 16:27:23 +00:00