X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FmainWin%2Fsrc%2Fsupport.c;h=7dc3c78cb605d02eff9bf5d10b8dc8ee0e05e9cd;hb=16b733d387a88419f53b956bbb713085f654796b;hp=00aff2982277642e2887745d30ab8f9399763350;hpb=561eba2a0c9ec6049965e7f7107e2a7d5c411513;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; }