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

List:       kde-commits
Subject:    kdenetwork (silent)
From:       Laurent Montel <montel () kde ! org>
Date:       2003-10-28 16:58:09
[Download RAW message or body]

CVS commit by mlaurent: 

CVS_SILENT usr kstdguiitem


  M +3 -2      kppp/miniterm.cpp   1.47
  M +3 -2      ksirc/servercontroller.cpp   1.185
  M +3 -2      ksirc/toplevel.cpp   1.303
  M +2 -1      wifi/kwifimanager.cpp   1.5


--- kdenetwork/kppp/miniterm.cpp  #1.46:1.47
@@ -38,4 +38,5 @@
 #include <kapplication.h>
 #include <kmenubar.h>
+#include <kstdguiitem.h>
 
 #include <qlayout.h>
@@ -70,5 +71,5 @@ MiniTerm::MiniTerm(QWidget *parent, cons
   menubar->insertItem( i18n("&File"), m_file );
   menubar->insertItem( i18n("&Modem"), m_options );
-  menubar->insertItem( i18n("&Help"), m_help->menu());
+  menubar->insertItem( KStdGuiItem::help().text(), m_help->menu());
 
   statusbar = new QLabel(this);

--- kdenetwork/ksirc/servercontroller.cpp  #1.184:1.185
@@ -97,4 +97,5 @@
 #include <kpassivepopup.h>
 #include <kglobalaccel.h>
+#include <kstdguiitem.h>
 
 #include <qfile.h>
@@ -180,5 +181,5 @@ servercontroller::servercontroller( QWid
 
   KHelpMenu *help = new KHelpMenu( this, kapp->aboutData() );
-  MenuBar->insertItem(i18n("&Help"), help->menu() );
+  MenuBar->insertItem( KStdGuiItem::help().text(), help->menu() );
 
   m_kga = new KGlobalAccel(this, "globalAccess");

--- kdenetwork/ksirc/toplevel.cpp  #1.302:1.303
@@ -76,4 +76,5 @@
 #include <kcharsets.h>
 #include <kglobalsettings.h>
+#include <kstdguiitem.h>
 
 extern DisplayMgr *displayMgr;
@@ -441,5 +442,5 @@ KSircTopLevel::KSircTopLevel(KSircProces
   kmenu->insertItem(i18n("C&ommand"), command);
 
-  kmenu->insertItem(i18n("&Help"), helpMenu( QString::null, false ));
+  kmenu->insertItem( KStdGuiItem::help().text(), helpMenu( QString::null, false ));
 
   connect(user_controls, SIGNAL(activated(int)),

--- kdenetwork/wifi/kwifimanager.cpp  #1.4:1.5
@@ -36,4 +36,5 @@
 #include <kaction.h>
 #include <kdebug.h>
+#include <kstdguiitem.h>
 
 // application specific includes
@@ -245,5 +246,5 @@ KWiFiManagerApp::initActions ()
   menuBar ()->insertItem (i18n ("&File"), filemenu);
   menuBar ()->insertItem (i18n ("&Config"), editmenu);
-  menuBar ()->insertItem (i18n ("&Help"), help);
+  menuBar ()->insertItem (KStdGuiItem::help().text(), help);
 }
 


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

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