Merge branch 'Plasma/5.0'

wilder-5.14
Lukáš Tinkl 12 years ago
commit e20c45d4cf
  1. 2
      libtaskmanager/taskactions.cpp

@ -293,7 +293,7 @@ ToNewDesktopActionImpl::ToNewDesktopActionImpl(QObject *parent, AbstractGroupabl
: AbstractGroupableItemAction(parent, item)
{
connect(this, SIGNAL(triggered()), this, SLOT(slotToNewDesktop()));
setText("&New Desktop");
setText(i18n("&New Desktop"));
m_newDesktop = TaskManager::self()->numberOfDesktops() + 1;
if (m_newDesktop > 20) {

Loading…
Cancel
Save