diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2012-01-27 20:41:04 +0100 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2012-02-01 15:02:21 +0100 |
| commit | c18a4e631690250024031be1b306e9003b2300ad (patch) | |
| tree | d4e900e802bc71b51a6834e347cad3a3813c2be6 | |
| parent | f417312a71064550cf66bbbec41f1e18d38b74f2 (diff) | |
| download | rockbox-c18a4e631690250024031be1b306e9003b2300ad.zip rockbox-c18a4e631690250024031be1b306e9003b2300ad.tar.gz rockbox-c18a4e631690250024031be1b306e9003b2300ad.tar.bz2 rockbox-c18a4e631690250024031be1b306e9003b2300ad.tar.xz | |
fuze+: update builds.pm to reflect the fact that we have icons
Change-Id: I7542b05b851d5a3b9353c48550a6de290ca33037
| -rw-r--r-- | tools/builds.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index fb83fe2..761a10b 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -263,7 +263,8 @@ $releasenotes="/wiki/ReleaseNotes310"; }, 'sansafuzeplus' => { name => 'SanDisk Sansa Fuze+', - status => 2 + status => 2, + icon => 'sansafuzeplus', }, 'sansam200' => { name => 'SanDisk Sansa m200', |