L10n: tr()-fixes, message strings, compiler warnings.

Rename 'QML standalone application' to 'QML application'
and the 'old-style' QML applications to
'QML Viewer based applications'.

For the QML renaming:
Rubber-stamped-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
Friedemann Kleint
2010-09-15 15:16:13 +02:00
parent ff3f7e4d19
commit d207c8cdcb
17 changed files with 59 additions and 75 deletions

View File

@@ -493,7 +493,8 @@ void ContextPaneWidget::setLineButton()
m_toolButton->setIcon(style()->standardIcon(QStyle::SP_DockWidgetCloseButton));
m_toolButton->setToolButtonStyle(Qt::ToolButtonIconOnly);
m_toolButton->setFixedSize(20, 20);
m_toolButton->setToolTip(tr("Hides this toolbar. This toolbar can be permantly disabled in the options or in the context menu."));
m_toolButton->setToolTip(tr("Hides this toolbar. This toolbar can be"
" permanently disabled in the options page or in the context menu."));
pinnedChanged(false);
if (m_resetAction) {