summaryrefslogtreecommitdiffstats
path: root/tdeioslave/man/tdeio_man.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-04-18 17:32:13 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-04-18 17:32:13 -0500
commitc6c2468b389745987f730c59b266080b42e58f93 (patch)
tree5615375a1426f6775cbbb98d0af7d22333955fba /tdeioslave/man/tdeio_man.cpp
parent6640770b3239ad117d29df2929e5b7442e48ee3a (diff)
downloadtdebase-c6c2468b389745987f730c59b266080b42e58f93.tar.gz
tdebase-c6c2468b389745987f730c59b266080b42e58f93.zip
Update files and references in support of bug report 1446.
Diffstat (limited to 'tdeioslave/man/tdeio_man.cpp')
-rw-r--r--tdeioslave/man/tdeio_man.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/man/tdeio_man.cpp b/tdeioslave/man/tdeio_man.cpp
index 7412077c5..d48fd9746 100644
--- a/tdeioslave/man/tdeio_man.cpp
+++ b/tdeioslave/man/tdeio_man.cpp
@@ -116,7 +116,7 @@ MANProtocol::MANProtocol(const TQCString &pool_socket, const TQCString &app_sock
{
assert(!_self);
_self = this;
- const TQString common_dir = TDEGlobal::dirs()->findResourceDir( "html", "en/common/kde-common.css" );
+ const TQString common_dir = TDEGlobal::dirs()->findResourceDir( "html", "en/common/tde-common.css" );
const TQString strPath=TQString( "file:%1/en/common" ).arg( common_dir );
m_htmlPath=strPath.local8Bit(); // ### TODO encode for HTML
m_cssPath=strPath.local8Bit(); // ### TODO encode for CSS