diff options
Diffstat (limited to 'kioslave')
-rwxr-xr-x | kioslave/info/kde-info2html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/info/kde-info2html b/kioslave/info/kde-info2html index 428d65dbb..df01ccedf 100755 --- a/kioslave/info/kde-info2html +++ b/kioslave/info/kde-info2html @@ -53,7 +53,7 @@ delete $ENV{ENV}; require $config_file; #-- configuration settings my $STYLESHEET_KDE = "<link rel=\"stylesheet\" href=\"help:common/kde-default.css\" type=\"text/css\"/>"; -my $LOGO_KDE = "<img src=\"help:/common/kde_logo.png\" alt=\"KDE - The K Desktop Environment\" width=\"296\" height=\"79\" border=\"0\">"; +my $LOGO_KDE = "<img src=\"help:/common/kde_logo.png\" alt=\"TDE - The Trinity Desktop Environment\" width=\"296\" height=\"79\" border=\"0\">"; # the use of a query should make sure it never conflicts with a "real" path my $BROWSE_BY_FILE_PATH = '/browse_by_file?special=yes'; |