# HG changeset patch # User ib # Date 1337601412 0 # Node ID 5f876a4fa7810582bcf3de673bf3ea59b52fe5b8 # Parent f6f1cfdaaccfe637652a0542b70947ef7c077fe3 Enable translation of other file filter item. diff -r f6f1cfdaaccf -r 5f876a4fa781 gui/ui/gtk/fileselect.c --- a/gui/ui/gtk/fileselect.c Mon May 21 11:34:45 2012 +0000 +++ b/gui/ui/gtk/fileselect.c Mon May 21 11:56:52 2012 +0000 @@ -112,7 +112,7 @@ char * fsOtherFilterNames[][2] = { - { "All files", "*" }, + { MSGTR_Filter_AllFiles, "*" }, { NULL,NULL } };