Author: akv
Date: 2013-04-26 23:32:56 +0200 (Fri, 26 Apr 2013)
New Revision: 4367

Modified:
   branches/4175-enfuse/src/rs-actions.c
Log:
Added checkbox to enfuse dialog for extending.

Modified: branches/4175-enfuse/src/rs-actions.c
===================================================================
--- branches/4175-enfuse/src/rs-actions.c       2013-04-26 20:46:21 UTC (rev 
4366)
+++ branches/4175-enfuse/src/rs-actions.c       2013-04-26 21:32:56 UTC (rev 
4367)
@@ -1559,6 +1559,9 @@
   GtkWidget *align_check = checkbox_from_conf(CONF_ENFUSE_ALIGN_IMAGES, 
_("Align images (may take a long time)"), DEFAULT_CONF_ENFUSE_ALIGN_IMAGES);
   gtk_box_pack_start(GTK_BOX(vbox), align_check, TRUE, TRUE, 5);
 
+  GtkWidget *extend_check = checkbox_from_conf(CONF_ENFUSE_EXTEND, _("Extend 
exposure (only for exposure blending)"), DEFAULT_CONF_ENFUSE_EXTEND);
+  gtk_box_pack_start(GTK_BOX(vbox), extend_check, TRUE, TRUE, 5);
+
   gtk_container_add(GTK_CONTAINER(content), vbox);
   gtk_widget_show_all(dialog);
 


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to