diff options
author | Christian S <christian@pix-art.de> | 2016-04-23 10:00:15 +0200 |
---|---|---|
committer | Christian S <christian@pix-art.de> | 2016-04-23 10:00:15 +0200 |
commit | be25b0509b66cd3fbb760059ca0085488fe32224 (patch) | |
tree | 9989ffcb4180849a939bcdd433d85002f3377e37 /art | |
parent | bc4cf2393adb9221e84b3feecddc0b35d2c53126 (diff) |
started 1.11.8-beta
Diffstat (limited to 'art')
-rwxr-xr-x | art/render.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/art/render.rb b/art/render.rb index c18617158..b3232819a 100755 --- a/art/render.rb +++ b/art/render.rb @@ -12,7 +12,7 @@ resolutions = { images = { 'conversations_baloon.svg' => ['ic_launcher', 48], - 'conversations_baloon.svg' => ['main_logo', 200], + 'conversations_baloon.svg' => ['main_logo', 200], 'conversations_mono.svg' => ['ic_notification', 24], 'ic_received_indicator.svg' => ['ic_received_indicator', 12], 'ic_read_indicator.svg' => ['ic_read_indicator', 12], |