diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-18 17:32:13 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-18 17:32:13 -0500 |
commit | c6c2468b389745987f730c59b266080b42e58f93 (patch) | |
tree | 5615375a1426f6775cbbb98d0af7d22333955fba /tdeioslave/info | |
parent | 6640770b3239ad117d29df2929e5b7442e48ee3a (diff) | |
download | tdebase-c6c2468b389745987f730c59b266080b42e58f93.tar.gz tdebase-c6c2468b389745987f730c59b266080b42e58f93.zip |
Update files and references in support of bug report 1446.
Diffstat (limited to 'tdeioslave/info')
-rwxr-xr-x | tdeioslave/info/kde-info2html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/info/kde-info2html b/tdeioslave/info/kde-info2html index b84d984f4..9ecebfb6d 100755 --- a/tdeioslave/info/kde-info2html +++ b/tdeioslave/info/kde-info2html @@ -52,7 +52,7 @@ delete $ENV{CDPATH}; delete $ENV{ENV}; require $config_file; #-- configuration settings -my $STYLESHEET_KDE = "<link rel=\"stylesheet\" href=\"help:common/kde-default.css\" type=\"text/css\"/>"; +my $STYLESHEET_KDE = "<link rel=\"stylesheet\" href=\"help:common/tde-default.css\" type=\"text/css\"/>"; 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 |