summaryrefslogtreecommitdiff
path: root/support.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-06 18:23:53 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-06 18:23:53 +0200
commit0a4fb146b9f4d605918327138716d4e7fe1d216e (patch)
tree66ce709c74fbed778ba448e709bd09cc10ee1aa5 /support.c
parent0749d44c83af9c8259bacb8ad42e25223cb81937 (diff)
added search menu item
Diffstat (limited to 'support.c')
-rw-r--r--support.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/support.c b/support.c
index 7dc3c78c..00aff298 100644
--- a/support.c
+++ b/support.c
@@ -87,7 +87,7 @@ create_pixmap (GtkWidget *widget,
if (!pathname)
{
- g_warning ("Couldn't find pixmap file: %s", filename);
+ g_warning (_("Couldn't find pixmap file: %s"), filename);
return gtk_image_new ();
}
@@ -111,7 +111,7 @@ create_pixbuf (const gchar *filename)
if (!pathname)
{
- g_warning ("Couldn't find pixmap file: %s", filename);
+ g_warning (_("Couldn't find pixmap file: %s"), filename);
return NULL;
}