[PATCH] Trivial GtkIconTheme string cleanup patch
- From: Christian Neumair <chris gnome-de org>
- To: gtk-devel-list gnome org
- Subject: [PATCH] Trivial GtkIconTheme string cleanup patch
- Date: Thu, 22 Jan 2004 21:53:25 +0100
Somebody must have borked a string when doing a recent commit to gtk/
gtkicontheme.c. Translators don't like malformatted and disrupted
string.
Untested patch attached, please test.
regs,
Chris
Index: gtk/gtkicontheme.c
===================================================================
RCS file: /cvs/gnome/gtk+/gtk/gtkicontheme.c,v
retrieving revision 1.10
diff -u -r1.10 gtkicontheme.c
--- gtk/gtkicontheme.c 20 Jan 2004 16:32:53 -0000 1.10
+++ gtk/gtkicontheme.c 22 Jan 2004 20:49:52 -0000
@@ -1179,11 +1179,11 @@
}
if (!found)
{
- g_warning (_("Could not find the icon '%s'. The '" DEFAULT_THEME_NAME "' theme\n"
+ g_warning (_("Could not find the icon '%s'. The '%s' theme\n"
"was not found either, perhaps you need to install it.\n"
- "You can get a copy from :\n"
- "\thttp://freedesktop.org/Software/icon-theme/releases"),
- icon_name);
+ "You can get a copy from:\n"
+ "\t%s"),
+ icon_name, DEFAULT_THEME_NAME, "http://freedesktop.org/Software/icon-theme/releases");
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]