improve tooltip here too.

2008-03-26  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell.c (gimp_display_shell_empty):
	improve tooltip here too.


svn path=/trunk/; revision=25247
This commit is contained in:
Michael Natterer 2008-03-26 18:26:13 +00:00 committed by Michael Natterer
parent 3f2120ed09
commit ccb8239a26
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-03-26 Michael Natterer <mitch@gimp.org>
* app/display/gimpdisplayshell.c (gimp_display_shell_empty):
improve tooltip here too.
2008-03-26 Sven Neumann <sven@gimp.org>
* app/widgets/gimpcairo-wilber.c: include a better Wilber path,

View File

@ -1203,7 +1203,7 @@ gimp_display_shell_new (GimpDisplay *display,
"gimp-empty-image-window",
GTK_WIDGET (shell));
gimp_help_set_help_data (shell->canvas,
_("Drop image files here to open them."),
_("Drop image files here to open them"),
NULL);
}
@ -1291,7 +1291,8 @@ gimp_display_shell_empty (GimpDisplayShell *shell)
gimp_display_shell_appearance_update (shell);
gimp_help_set_help_data (shell->canvas, _("Drop files to open them."), NULL);
gimp_help_set_help_data (shell->canvas,
_("Drop image files here to open them"), NULL);
gimp_display_shell_expose_full (shell);