Update of /cvsroot/ufraw/ufraw
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21901

Modified Files:
        ufraw_lens_ui.c 
Log Message:
Reorder lensfun GUI. Patch by Martin Ling.

Index: ufraw_lens_ui.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_lens_ui.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- ufraw_lens_ui.c     7 Nov 2009 05:15:45 -0000       1.19
+++ ufraw_lens_ui.c     17 Nov 2009 05:05:06 -0000      1.20
@@ -1160,19 +1160,19 @@
     ufraw_lensfun_init(data->UF);
     camera_set(data);
 
-    subpage = notebook_page_new(subnb,
-           _("Lateral chromatic aberration"), "tca");
-    fill_tca_page(data, subpage);
-
-    subpage = notebook_page_new(subnb, _("Optical vignetting"), "vignetting");
-    fill_vignetting_page(data, subpage);
-
     subpage = notebook_page_new(subnb, _("Lens distortion"), "distortion");
     fill_distortion_page(data, subpage);
 
     subpage = notebook_page_new(subnb, _("Lens geometry"), "geometry");
     fill_geometry_page(data, subpage);
 
+    subpage = notebook_page_new(subnb, _("Optical vignetting"), "vignetting");
+    fill_vignetting_page(data, subpage);
+
+    subpage = notebook_page_new(subnb,
+           _("Lateral chromatic aberration"), "tca");
+    fill_tca_page(data, subpage);
+
     lens_set(data, CFG->lens);
 
     if (CFG->lensfunMode == lensfun_none) {


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to