summaryrefslogtreecommitdiff
path: root/camlibs/samsung
diff options
context:
space:
mode:
authorMichael Rensing <mrensing@users.sourceforge.net>2003-01-10 21:37:23 +0000
committerMichael Rensing <mrensing@users.sourceforge.net>2003-01-10 21:37:23 +0000
commitbed4d5d496fc3875569fdc812e1187a862ca695a (patch)
tree1c0408a447fa1774510709641e3885460e4a3357 /camlibs/samsung
parent16a776f88a9bcd48157905e29ee449f201046682 (diff)
downloadlibgphoto2-bed4d5d496fc3875569fdc812e1187a862ca695a.tar.gz
Added colons for new Manufacturer:Model notation
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@6048 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/samsung')
-rw-r--r--camlibs/samsung/samsung.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/camlibs/samsung/samsung.c b/camlibs/samsung/samsung.c
index ec51046ab..1313687ab 100644
--- a/camlibs/samsung/samsung.c
+++ b/camlibs/samsung/samsung.c
@@ -139,10 +139,10 @@ camera_id (CameraText *id)
static struct {
const char *model;
} models[] = {
- {"Samsung digimax 800k"},
- {"Dynatron Dynacam 800"},
- {"Jenoptik JD12 800ff"},
- {"Praktica QD800"},
+ {"Samsung:digimax 800k"},
+ {"Dynatron:Dynacam 800"},
+ {"Jenoptik:JD12 800ff"},
+ {"Praktica:QD800"},
{NULL}
};