widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #08358
[Merge] lp:~widelands-dev/widelands/fix-widelands-icon into lp:widelands
GunChleoc has proposed merging lp:~widelands-dev/widelands/fix-widelands-icon into lp:widelands.
Commit message:
Fixed usages of old Widelands logo.
Requested reviews:
Widelands Developers (widelands-dev)
For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/fix-widelands-icon/+merge/306426
I noticed that I still get the old logo in Windows, so I did some fixing.
data/images/wl-logo-64.png is a duplicate of wl-ico-64.png now, but it is safer if we wait with removing it until after the release.
--
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/fix-widelands-icon into lp:widelands.
=== modified file 'data/images/logos/wl-logo-64.png'
Binary files data/images/logos/wl-logo-64.png 2014-12-03 11:59:10 +0000 and data/images/logos/wl-logo-64.png 2016-09-22 08:38:29 +0000 differ
=== modified file 'data/txts/README.lua'
--- data/txts/README.lua 2016-04-02 10:35:21 +0000
+++ data/txts/README.lua 2016-09-22 08:38:29 +0000
@@ -6,7 +6,7 @@
return {
title = _"Readme",
text =
-rt("image=images/logos/wl-logo-64.png image-align=center text-align=center") ..
+rt("image=images/logos/wl-ico-32.png image-align=center text-align=center") ..
rt("text-align=center",
p("font-size=38 font-face=Widelands/Widelands font-color=#2F9131", [[Widelands]]) ..
p("font-size=14 font-style=italic text-align=center", _[[an open source strategy game]])) ..
=== modified file 'utils/win32/WL.ico'
Binary files utils/win32/WL.ico 2006-11-01 16:51:55 +0000 and utils/win32/WL.ico 2016-09-22 08:38:29 +0000 differ
Follow ups