diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2008-09-11 12:51:47 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2008-09-11 12:51:47 +0000 |
| commit | 9c81a9356bc8e0015af095f6df8ef9ff9434a623 (patch) | |
| tree | a126b64bab79d6cc188e9d49d832fb3275e3106e /src | |
| parent | a002a6baceaaed976d4e9790fbf20d0d96bb1abd (diff) | |
| download | libgpod-9c81a9356bc8e0015af095f6df8ef9ff9434a623.tar.gz libgpod-9c81a9356bc8e0015af095f6df8ef9ff9434a623.tar.xz libgpod-9c81a9356bc8e0015af095f6df8ef9ff9434a623.zip | |
2008-09-11 Christophe Fergeau <teuf@gnome.org>
* src/itdb_device.c: add missing string description for the red ipod
shuffle that was added some time ago, without it gtkpod was badly
broken wrt ipod model selection :-/
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2117 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src')
| -rw-r--r-- | src/itdb_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/itdb_device.c b/src/itdb_device.c index 61db852..0c5dbbf 100644 --- a/src/itdb_device.c +++ b/src/itdb_device.c @@ -249,6 +249,7 @@ static const gchar *ipod_model_name_table [] = { N_("Shuffle (Green)"), N_("Shuffle (Orange)"), N_("Shuffle (Purple)"), + N_("Shuffle (Red)"), N_("Classic (Silver)"), N_("Classic (Black)"), N_("Touch (Black)"), |
