[gthumb] translate the selection type in the filter editor



commit 70e484a4e96b803d0b0c512c0109ad3534799ec7
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Aug 27 11:33:00 2010 +0200

    translate the selection type in the filter editor
    
    [bug #627532]

 gthumb/gth-filter-editor-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-filter-editor-dialog.c b/gthumb/gth-filter-editor-dialog.c
index ef1f181..2c7e8a1 100644
--- a/gthumb/gth-filter-editor-dialog.c
+++ b/gthumb/gth-filter-editor-dialog.c
@@ -238,7 +238,7 @@ gth_filter_editor_dialog_construct (GthFilterEditorDialog *self,
 		gtk_list_store_append (selection_model, &iter);
 		gtk_list_store_set (selection_model, &iter,
 				    SELECTION_COLUMN_DATA, sort_type,
-				    SELECTION_COLUMN_NAME, sort_type->display_name,
+				    SELECTION_COLUMN_NAME, _(sort_type->display_name),
 				    -1);
 	}
 	g_list_free (sort_types);



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