added a tooltip describing the compression level scale as suggested in

2003-01-26  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/png.c: added a tooltip describing the
	compression level scale as suggested in #68485.
This commit is contained in:
Sven Neumann 2003-01-26 01:27:01 +00:00 committed by Sven Neumann
parent e6bd0db317
commit 46ee0ec13b
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-01-26 Sven Neumann <sven@gimp.org>
* plug-ins/common/png.c: added a tooltip describing the
compression level scale as suggested in #68485.
2003-01-26 Sven Neumann <sven@gimp.org>
* app/config/gimprc-blurbs.h: removed the description of the image

View File

@ -1281,6 +1281,11 @@ save_dialog (void)
scale, 1, FALSE);
gtk_widget_show (scale);
gimp_help_set_help_data (scale,
_("Choose a high compression level "
"for small file size"),
NULL);
g_signal_connect (scale_data, "value_changed",
G_CALLBACK (gimp_int_adjustment_update),
&pngvals.compression_level);