summaryrefslogtreecommitdiffstats
path: root/src/itdb_device.c
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-09-11 12:51:47 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-09-11 12:51:47 +0000
commita13de161d8257f77cb6343909f461a107014ee47 (patch)
treea126b64bab79d6cc188e9d49d832fb3275e3106e /src/itdb_device.c
parent501b3933e82d94b2b75ef7a786d75fd98f91a06b (diff)
downloadlibgpod-a13de161d8257f77cb6343909f461a107014ee47.tar.gz
libgpod-a13de161d8257f77cb6343909f461a107014ee47.tar.xz
libgpod-a13de161d8257f77cb6343909f461a107014ee47.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/itdb_device.c')
-rw-r--r--src/itdb_device.c1
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)"),