fixed tooltip.
2007-01-31 Sven Neumann <sven@gimp.org> * plug-ins/common/screenshot.c (shoot_dialog): fixed tooltip. svn path=/trunk/; revision=21820
This commit is contained in:

committed by
Sven Neumann

parent
9020afcf22
commit
2c6668d30c
@ -1,3 +1,7 @@
|
||||
2007-01-31 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/screenshot.c (shoot_dialog): fixed tooltip.
|
||||
|
||||
2007-01-30 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/core/gimpchannelundo.[ch]: renamed these files...
|
||||
|
@ -925,7 +925,7 @@ shoot_dialog (GdkScreen **screen)
|
||||
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
|
||||
gtk_widget_show (label);
|
||||
|
||||
gimp_help_set_help_data (spinner, _("The number of seconds to wait after "
|
||||
gimp_help_set_help_data (spinner, _("The number of seconds to wait before "
|
||||
"selecting the window or region and "
|
||||
"actually taking the screenshot."), NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user