use a label that is easier to understand. Required code changes will

2007-08-24  Raphael Quinet  <raphael@gimp.org>

	* plug-ins/jpeg/jpeg-save.c (save_dialog): use a label that is
	easier to understand.  Required code changes will follow later.

svn path=/trunk/; revision=23373
This commit is contained in:
Raphael Quinet 2007-08-24 20:32:39 +00:00 committed by Raphaël Quinet
parent c93b008b78
commit be9681f4e1
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-08-24 Raphaël Quinet <raphael@gimp.org>
* plug-ins/jpeg/jpeg-save.c (save_dialog): use a label that is
easier to understand. Required code changes will follow later.
2007-08-24 Raphaël Quinet <raphael@gimp.org>
* plug-ins/jpeg/jpeg-settings.c (jpeg_swap_original_settings): new

View file

@ -1038,7 +1038,8 @@ save_dialog (void)
/* custom quantization tables */
pg.use_quant_tables = toggle =
gtk_check_button_new_with_label (_("Use custom quality settings"));
gtk_check_button_new_with_label (_("Use quality settings from original "
"image"));
gtk_table_attach (GTK_TABLE (table), toggle, 0, 4, 5, 6, GTK_FILL, 0, 0, 0);
gtk_widget_show (toggle);