[gimp] Bug 607888 - "Fractal Explorer" string in the filter's title bar is always in English



commit 48a393f44f7ed67433a0d5ae77aef901c4f7a98b
Author: Sven Neumann <sven gimp org>
Date:   Sun Jan 31 21:02:49 2010 +0100

    Bug 607888 - "Fractal Explorer" string in the filter's title bar is always in English
    
    Mark dialog title for translation.

 .../fractal-explorer/fractal-explorer-dialogs.c    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/fractal-explorer/fractal-explorer-dialogs.c b/plug-ins/fractal-explorer/fractal-explorer-dialogs.c
index 4279330..5fbc1f9 100644
--- a/plug-ins/fractal-explorer/fractal-explorer-dialogs.c
+++ b/plug-ins/fractal-explorer/fractal-explorer-dialogs.c
@@ -559,7 +559,7 @@ explorer_dialog (void)
   elements    = g_new (DialogElements, 1);
 
   dialog = maindlg =
-    gimp_dialog_new ("Fractal Explorer", PLUG_IN_BINARY,
+    gimp_dialog_new (_("Fractal Explorer"), PLUG_IN_BINARY,
                      NULL, 0,
                      gimp_standard_help_func, PLUG_IN_PROC,
 



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