diff src/preferences.c @ 1515:3e6cd9243162

disabled 2-pass rendering also affect color correction https://sourceforge.net/tracker/?func=detail&aid=2689249&group_id=222125&atid=1054683
author nadvornik
date Sat, 04 Apr 2009 23:12:19 +0000
parents c9ed5a43c576
children c30965f99b3c
line wrap: on
line diff
--- a/src/preferences.c	Sat Apr 04 22:29:25 2009 +0000
+++ b/src/preferences.c	Sat Apr 04 23:12:19 2009 +0000
@@ -978,7 +978,7 @@
 	table = pref_table_new(group, 2, 1, FALSE, FALSE);
 	add_quality_menu(table, 0, 0, _("Quality:"), options->image.zoom_quality, &c_options->image.zoom_quality);
 
-	pref_checkbox_new_int(group, _("Two pass zooming"),
+	pref_checkbox_new_int(group, _("Two pass rendering (apply HQ zoom and color correction in second pass)"),
 			      options->image.zoom_2pass, &c_options->image.zoom_2pass);
 
 	pref_checkbox_new_int(group, _("Allow enlargement of image for zoom to fit"),