Krazy fix: add the missing KUIT context marker

This commit is contained in:
Jekyll Wu
2012-03-18 22:14:02 +08:00
parent 634e179844
commit 663e342aa8
3 changed files with 10 additions and 10 deletions

View File

@@ -458,12 +458,12 @@ TabbedViewContainer::TabbedViewContainer(NavigationPosition position , QObject*
// The 'new tab' and 'close tab' button
_newTabButton = new QToolButton(_containerWidget);
_newTabButton->setIcon(KIcon("tab-new"));
_newTabButton->setToolTip(i18n("Open a new tab"));
_newTabButton->setToolTip(i18nc("@info:tooltip", "Create new tab"));
_newTabButton->adjustSize();
_closeTabButton = new QToolButton(_containerWidget);
_closeTabButton->setIcon(KIcon("tab-close"));
_closeTabButton->setToolTip(i18n("Close the current tab"));
_closeTabButton->setToolTip(i18nc("@info:tooltip", "Close current tab"));
_closeTabButton->adjustSize();
// 'new tab' button is initially hidden. It will be shown when setFeatures()