summaryrefslogtreecommitdiffstats
path: root/tdeioslave/man/man2html.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/man/man2html.cpp')
-rw-r--r--tdeioslave/man/man2html.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/man/man2html.cpp b/tdeioslave/man/man2html.cpp
index ec46b2d3d..577f7d53a 100644
--- a/tdeioslave/man/man2html.cpp
+++ b/tdeioslave/man/man2html.cpp
@@ -4073,7 +4073,7 @@ static char *scan_request(char *c)
// Most English man pages are in ISO-8859-1
out_html("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">\n");
#else
- // kio_man transforms from local to UTF-8
+ // tdeio_man transforms from local to UTF-8
out_html("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=");
out_html(TQTextCodec::codecForLocale()->mimeName());
out_html("\">\n");