From: Jan P. <pa...@us...> - 2004-04-02 16:21:21
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18123 Modified Files: exif-entry.c Log Message: Fix of a recently introduced typo: "Stanard" -> "Standard" Index: exif-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- exif-entry.c 3 Mar 2004 20:45:16 -0000 1.48 +++ exif-entry.c 2 Apr 2004 16:09:12 -0000 1.49 @@ -164,7 +164,7 @@ { EXIF_TAG_WHITE_BALANCE, { N_("Auto white balance"), N_("Manual white balance"), NULL}}, { EXIF_TAG_SCENE_CAPTURE_TYPE, - { N_("Stanard"), N_("Landscape"), N_("Portrait"), + { N_("Standard"), N_("Landscape"), N_("Portrait"), N_("Night scene"), NULL}}, { EXIF_TAG_GAIN_CONTROL, { N_("Normal"), N_("Low gain up"), N_("High gain up"), |