diff options
Diffstat (limited to 'src/dialogs/qmessagebox.cpp')
-rw-r--r-- | src/dialogs/qmessagebox.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dialogs/qmessagebox.cpp b/src/dialogs/qmessagebox.cpp index eba007410..e0bbae0cf 100644 --- a/src/dialogs/qmessagebox.cpp +++ b/src/dialogs/qmessagebox.cpp @@ -593,10 +593,8 @@ void TQMessageBox::init( int button0, int button1, int button2 ) "application development.</p>" "<p>TQt provides single-source " "portability across MS Windows, Mac OS X, " - "Linux, and all major commercial Unix variants." - "<br>TQt is also available for embedded devices.</p>" - "<p>TQt is a Trolltech product. " - "See <tt>https://trinitydesktop.org/docs/qt3/</tt> " + "Linux, and all major commercial Unix variants.</p>" + "<p>See <tt>https://trinitydesktop.org/docs/qt3/</tt> " "for more information.</p>" ).arg( TQT_VERSION_STR ); |