diff options
Diffstat (limited to 'tdehtml/css/cssstyleselector.cpp')
-rw-r--r-- | tdehtml/css/cssstyleselector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/css/cssstyleselector.cpp b/tdehtml/css/cssstyleselector.cpp index 79f8ba251..40dbcb2ec 100644 --- a/tdehtml/css/cssstyleselector.cpp +++ b/tdehtml/css/cssstyleselector.cpp @@ -3964,7 +3964,7 @@ void CSSStyleSelector::applyRule( int id, DOM::CSSValueImpl *value ) } break; case CSS_PROP_TEXT_OVERFLOW: { - // This property is supported by WinIE, and so we leave off the "-tdehtml-" in order to + // This property is supported by WinIE, and so we leave off the "-khtml-" in order to // work with WinIE-specific pages that use the property. HANDLE_INHERIT_AND_INITIAL(textOverflow, TextOverflow) if (!primitiveValue || !primitiveValue->getIdent()) |