[gimp] file-bmp: Unmark string from translation



commit 5c67d250ca414b6ca030c39b5952a0880e8493da
Author: Mukund Sivaraman <muks banu com>
Date:   Tue Dec 6 21:18:56 2011 +0530

    file-bmp: Unmark string from translation

 plug-ins/file-bmp/bmp-write.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/file-bmp/bmp-write.c b/plug-ins/file-bmp/bmp-write.c
index 53cffed..ab0b0e3 100644
--- a/plug-ins/file-bmp/bmp-write.c
+++ b/plug-ins/file-bmp/bmp-write.c
@@ -846,7 +846,7 @@ save_dialog (gint channels)
   gboolean   run;
 
   /* Dialog init */
-  dialog = gimp_export_dialog_new (_("BMP"), PLUG_IN_BINARY, SAVE_PROC);
+  dialog = gimp_export_dialog_new ("BMP", PLUG_IN_BINARY, SAVE_PROC);
 
   gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]