diff options
Diffstat (limited to 'doc/html/ntqmessagebox.html')
-rw-r--r-- | doc/html/ntqmessagebox.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqmessagebox.html b/doc/html/ntqmessagebox.html index 063937933..1525fe6f9 100644 --- a/doc/html/ntqmessagebox.html +++ b/doc/html/ntqmessagebox.html @@ -153,10 +153,10 @@ errors which can't be easily fixed: <p> The text part of all message box messages can be either rich text or plain text. If you specify a rich text formatted string, it will be rendered using the default stylesheet. See -<a href="ntqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>() for details. With certain strings that +<a href="tqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>() for details. With certain strings that contain XML meta characters, the auto-rich text detection may fail, interpreting plain text incorrectly as rich text. In these -rare cases, use <a href="ntqstylesheet.html#convertFromPlainText">TQStyleSheet::convertFromPlainText</a>() to convert +rare cases, use <a href="tqstylesheet.html#convertFromPlainText">TQStyleSheet::convertFromPlainText</a>() to convert your plain text string to a visually equivalent rich text string or set the text format explicitly with <a href="#setTextFormat">setTextFormat</a>(). <p> Note that the Microsoft Windows User Interface Guidelines |