[Kst] kdeextragear-2 (silent)

Stephan Binner binner at kde.org
Thu Oct 28 19:47:27 CEST 2004


CVS commit by binner: 

CVS_SILENT Non-systematic style guide fixes


  M +2 -2      kmyfirewall/kmyfirewall/kmfconfigdialog.cpp   1.28
  M +1 -1      kmyfirewall/kmyfirewall/kmyfirewall.cpp   1.92
  M +2 -2      kmyfirewall/kmyfirewall/ruleoptionplugins/tos_option/kmfruleeditortos.cpp   1.3
  M +2 -2      kmyfirewall/kmyfirewall/ruleoptionplugins/tos_target_option/kmfruleeditortos.cpp   1.2
  M +2 -2      kst/kst/kstdatamanager_i.cpp   1.88


--- kdeextragear-2/kmyfirewall/kmyfirewall/kmfconfigdialog.cpp  #1.27:1.28
@@ -262,5 +262,5 @@ void KMFConfigDialog::setupPaths() {
 
         m_cb_dist = new KComboBox(page, "m_cb_dist");
-        m_cb_dist->insertItem( i18n("LSB distribution") );
+        m_cb_dist->insertItem( i18n("LSB Distribution") );
         m_cb_dist->insertItem( i18n("Gentoo") );
         m_cb_dist->insertItem( i18n("Slackware") );
@@ -332,5 +332,5 @@ void KMFConfigDialog::setupInterfaces() 
 
 void KMFConfigDialog::setupListView() {
-        QFrame * page = addPage( i18n( "Listview preferences" ), QString::null, icon_listview );
+        QFrame * page = addPage( i18n( "Listview Preferences" ), QString::null, icon_listview );
         QGridLayout *lay = new QGridLayout( page, 5, 1, 2 );
         m_lvp_text1 = new QLabel( i18n( "<qt>Define here if you like to see the documentation  "

--- kdeextragear-2/kmyfirewall/kmyfirewall/kmyfirewall.cpp  #1.91:1.92
@@ -208,5 +208,5 @@ void KMyFirewall::setOutputWidget( QWidg
         kdDebug() << "Adding outputwidget: " << wid->className() << endl;
         if ( wid->className() != "KMFObjectInfo" ) {
-                KPushButton *close = new KPushButton( i18n("Return to editor view"), widget );
+                KPushButton *close = new KPushButton( i18n("Return to Editor View"), widget );
                 connect( close,SIGNAL( clicked() ),
                         this,SLOT( slotShowEditor() ) );

--- kdeextragear-2/kmyfirewall/kmyfirewall/ruleoptionplugins/tos_target_option/kmfruleeditortos.cpp  #1.1:1.2
@@ -47,9 +47,9 @@ void KMFRuleEditorTos::setType( const QS
         m_option_type = type;
         if ( m_option_type == "SETTOS" ) {
-                gb_title->setTitle( i18n( "Set Type Of Service" ) );
+                gb_title->setTitle( i18n( "Set Type of Service" ) );
                 c_use_tos->setText( i18n( "Set TOS" ) );
                 setItems();
         } else if ( m_option_type == "CHECKTOS" ) {
-                gb_title->setTitle( i18n( "Match Type Of Service" ) );
+                gb_title->setTitle( i18n( "Match Type of Service" ) );
                 c_use_tos->setText( i18n( "Check TOS" ) );
                 setItems();

--- kdeextragear-2/kmyfirewall/kmyfirewall/ruleoptionplugins/tos_option/kmfruleeditortos.cpp  #1.2:1.3
@@ -47,9 +47,9 @@ void KMFRuleEditorTos::setType( const QS
         m_option_type = type;
         if ( m_option_type == "SETTOS" ) {
-                gb_title->setTitle( i18n( "Set Type Of Service" ) );
+                gb_title->setTitle( i18n( "Set Type of Service" ) );
                 c_use_tos->setText( i18n( "Set TOS" ) );
                 setItems();
         } else if ( m_option_type == "CHECKTOS" ) {
-                gb_title->setTitle( i18n( "Match Type Of Service" ) );
+                gb_title->setTitle( i18n( "Match Type of Service" ) );
                 c_use_tos->setText( i18n( "Check TOS" ) );
                 setItems();

--- kdeextragear-2/kst/kst/kstdatamanager_i.cpp  #1.87:1.88
@@ -625,5 +625,5 @@ void KstDataManagerI::contextMenu(QListV
     app->deleteIterator(it);
 
-    id = m->insertItem(i18n("&Add To Plot"), addMenu);
+    id = m->insertItem(i18n("&Add to Plot"), addMenu);
     m->setItemEnabled(id, haveAdd);
     id = m->insertItem(i18n("&Remove From Plot"), removeMenu);
@@ -659,5 +659,5 @@ void KstDataManagerI::contextMenu(QListV
     app->deleteIterator(it);
 
-    id = m->insertItem(i18n("&Add To Plot"), addMenu);
+    id = m->insertItem(i18n("&Add to Plot"), addMenu);
     m->setItemEnabled(id, haveAdd);
     id = m->insertItem(i18n("&Remove From Plot"), removeMenu);





More information about the Kst mailing list