fix..
[lttv.git] / ltt / branches / poly / lttv / modules / gui / mainWin / src / support.c
index 00aff2982277642e2887745d30ab8f9399763350..7dc3c78cb605d02eff9bf5d10b8dc8ee0e05e9cd 100644 (file)
@@ -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;
     }
 
This page took 0.023467 seconds and 4 git commands to generate.