gimp r25328 - in trunk: . app/display
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25328 - in trunk: . app/display
- Date: Mon, 31 Mar 2008 23:17:46 +0100 (BST)
Author: neo
Date: Mon Mar 31 23:17:45 2008
New Revision: 25328
URL: http://svn.gnome.org/viewvc/gimp?rev=25328&view=rev
Log:
2008-04-01 Sven Neumann <sven gimp org>
* app/display/gimpdisplayshell-title.c
(gimp_display_shell_update_title_idle): no need to translate the
empty string.
Modified:
trunk/ChangeLog
trunk/app/display/gimpdisplayshell-title.c
Modified: trunk/app/display/gimpdisplayshell-title.c
==============================================================================
--- trunk/app/display/gimpdisplayshell-title.c (original)
+++ trunk/app/display/gimpdisplayshell-title.c Mon Mar 31 23:17:45 2008
@@ -114,8 +114,7 @@
{
gdk_window_set_title (GTK_WIDGET (shell)->window, GIMP_NAME);
- gimp_statusbar_replace (GIMP_STATUSBAR (shell->statusbar), "title",
- "%s", _(" "));
+ gimp_statusbar_replace (GIMP_STATUSBAR (shell->statusbar), "title", "");
}
return FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]