X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FmainWin%2Fsrc%2Fsupport.c;h=7dc3c78cb605d02eff9bf5d10b8dc8ee0e05e9cd;hb=d4ae0591ab2fba1ee88f6b3faa680e1572a96bb1;hp=00aff2982277642e2887745d30ab8f9399763350;hpb=561f58527175d5546f8269760e2691459293d4ac;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/mainWin/src/support.c b/ltt/branches/poly/lttv/modules/gui/mainWin/src/support.c index 00aff298..7dc3c78c 100644 --- a/ltt/branches/poly/lttv/modules/gui/mainWin/src/support.c +++ b/ltt/branches/poly/lttv/modules/gui/mainWin/src/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; }