gimp r25247 - in trunk: . app/display
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25247 - in trunk: . app/display
- Date: Wed, 26 Mar 2008 18:26:14 +0000 (GMT)
Author: mitch
Date: Wed Mar 26 18:26:13 2008
New Revision: 25247
URL: http://svn.gnome.org/viewvc/gimp?rev=25247&view=rev
Log:
2008-03-26 Michael Natterer <mitch gimp org>
* app/display/gimpdisplayshell.c (gimp_display_shell_empty):
improve tooltip here too.
Modified:
trunk/ChangeLog
trunk/app/display/gimpdisplayshell.c
Modified: trunk/app/display/gimpdisplayshell.c
==============================================================================
--- trunk/app/display/gimpdisplayshell.c (original)
+++ trunk/app/display/gimpdisplayshell.c Wed Mar 26 18:26:13 2008
@@ -1203,7 +1203,7 @@
"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_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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]