diff options
Diffstat (limited to 'perl-install/interactive/gtk.pm')
-rw-r--r-- | perl-install/interactive/gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index f04c04e32..af8c51453 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -761,7 +761,7 @@ sub filter_widgets { } } -my $help_path = "/usr/share/doc/installer-help/"; +my $help_path = "/usr/share/doc/installer-help"; sub load_from_uri { my ($view, $url) = @_; |