Update of /cvsroot/ufraw/ufraw
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5860
Modified Files:
ufraw-gimp.c ufraw_preview.c
Log Message:
Some post-release textual changes.
Index: ufraw-gimp.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw-gimp.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- ufraw-gimp.c 3 Oct 2009 12:15:05 -0000 1.57
+++ ufraw-gimp.c 20 Oct 2009 03:42:50 -0000 1.58
@@ -408,7 +408,7 @@
if (uf->outputExifBuf!=NULL) {
if (uf->outputExifBufLen>65533) {
ufraw_message(UFRAW_SET_WARNING,
- _("EXIF buffer length %d, too long, ignored.\n"),
+ _("EXIF buffer length %d, too long, ignored."),
uf->outputExifBufLen);
} else {
GimpParasite *exif_parasite;
Index: ufraw_preview.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_preview.c,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -d -r1.286 -r1.287
--- ufraw_preview.c 20 Oct 2009 02:57:13 -0000 1.286
+++ ufraw_preview.c 20 Oct 2009 03:42:50 -0000 1.287
@@ -4734,7 +4734,7 @@
_("Reset curve to default"), G_CALLBACK(button_update), NULL);
gtk_table_attach(subTable, data->ResetCurveButton, 8, 9, 7, 8, 0, 0, 0, 0);
- data->BlackLabel = gtk_label_new(_("Black point: 0.000"));
+ data->BlackLabel = gtk_label_new(NULL);
#if GTK_CHECK_VERSION(2,6,0)
gtk_misc_set_alignment(GTK_MISC(data->BlackLabel), 0.5, 1.0);
gtk_label_set_angle(GTK_LABEL(data->BlackLabel), 90);
@@ -4959,9 +4959,9 @@
data->RotationAdjustment = adjustment_scale(
table, 0, 0, _("Rotation"),
CFG->rotationAngle, NULL,
- -180, 180, 0.1, 1, 2, TRUE, _("Rotation Angle"),
+ -180, 180, 0.1, 1, 2, TRUE, _("Rotation angle"),
G_CALLBACK(adjustment_update_rotation),
- &data->ResetRotationAdjustment, _("Reset Rotation Angle"),
+ &data->ResetRotationAdjustment, _("Reset rotation angle"),
G_CALLBACK(adjustment_reset_rotation));
ufraw_normalize_rotation(data->UF);
gtk_widget_set_sensitive(data->ResetRotationAdjustment,
@@ -4969,12 +4969,9 @@
CFG->orientation != CFG->CameraOrientation);
// drawLines toggle button
- GtkWidget *subtable = gtk_table_new(10, 10, FALSE);
- gtk_table_attach(table, subtable, 0, 7, 1, 2, GTK_FILL, 0, 0, 0);
- // TODO: Change to "Alignment lines" or "Grid lines" after 0.16 release
- adjustment_scale(GTK_TABLE(subtable), 0, 0, _("Alignment Line Count"),
+ adjustment_scale(GTK_TABLE(table), 0, 1, _("Grid lines"),
CFG->drawLines, &CFG->drawLines, 0, 20, 1, 1, 0, FALSE,
- _("Number of alignment lines to overlay over the crop area"),
+ _("Number of grid lines to overlay in the crop area"),
G_CALLBACK(adjustment_update_int), NULL, NULL, NULL);
/* End of transformation page */
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs