diff options
author | Timothy Pearson <[email protected]> | 2013-04-19 12:51:39 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-04-19 12:51:39 -0500 |
commit | b8ed19a4c246bf279217c6f6e8abc8ed26a6a973 (patch) | |
tree | db7ccf39acfa1795dea0b325ec20b53051773fa9 /tdeioslave/info | |
parent | 5f4287e56dd5c1feecc08843aae1d4e4b8835d1e (diff) | |
parent | 3dacd27ea08799f126c00fc93358e0b3961a3b1a (diff) | |
download | tdebase-b8ed19a4c246bf279217c6f6e8abc8ed26a6a973.tar.gz tdebase-b8ed19a4c246bf279217c6f6e8abc8ed26a6a973.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
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 |