diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/option.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2009-01-09 Lucas Rocha <lucasr@gnome.org> + * src/option.c: translator comment for file-filter option string + (Fixes bug #547202). Patch from Frederic Peters <fpeters@0d.be>. + +2009-01-09 Lucas Rocha <lucasr@gnome.org> + * src/tree.c: GNOME Goal: Remove deprecated GLib symbols (Fixes bug #560452). Patch from Frederic Peters <fpeters@0d.be>. diff --git a/src/option.c b/src/option.c index 9cbf490c..c7a8b35e 100644 --- a/src/option.c +++ b/src/option.c @@ -402,6 +402,7 @@ static GOptionEntry file_selection_options[] = { G_OPTION_ARG_STRING_ARRAY, &zenity_file_filter, N_("Sets a filename filter"), + /* Help for file-filter argument (name and patterns for file selection) */ N_("NAME | PATTERN1 PATTERN2 ..."), }, { |