[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.5/kdenetwork/krdc
From:       Burkhard Lück <lueck () hube-lueck ! de>
Date:       2010-08-27 15:34:35
Message-ID: 20100827153435.A150FAC857 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1168852 by lueck:

add missing i18n call

 M  +2 -2      mainwindow.cpp  


--- branches/KDE/4.5/kdenetwork/krdc/mainwindow.cpp #1168851:1168852
@@ -131,7 +131,7 @@
     updateActionStatus(); // disable remote view actions
 
     if (Settings::openSessions().count() == 0) // just create a new connection tab \
                if there are no open sessions
-        m_tabWidget->addTab(newConnectionWidget(), "New Connection");
+        m_tabWidget->addTab(newConnectionWidget(), i18n("New Connection"));
 
     setAutoSaveSettings(); // e.g toolbar position, mainwindow size, ...
 
@@ -1161,7 +1161,7 @@
     if (indexOfNewConnectionWidget >= 0)
         m_tabWidget->setCurrentIndex(indexOfNewConnectionWidget);
     else {
-        const int index = m_tabWidget->addTab(newConnectionWidget(), "New \
Connection"); +        const int index = m_tabWidget->addTab(newConnectionWidget(), \
i18n("New Connection"));  m_tabWidget->setCurrentIndex(index);
     }
 #if 0 // not usable anymore, probably use it in another way? -uwolfer


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic