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

List:       kde-commits
Subject:    kdesdk/cervisia (silent)
From:       Christian Loose <christian.loose () hamburg ! de>
Date:       2004-07-12 17:19:39
Message-ID: 20040712171939.D7DB916B0D () office ! kde ! org
[Download RAW message or body]

CVS commit by cloose: 

CVS_SILENT

stupid me...added several missing i18n()


  M +7 -7      patchoptiondlg.cpp   1.3


--- kdesdk/cervisia/patchoptiondlg.cpp  #1.2:1.3
@@ -30,5 +30,5 @@ PatchOptionDialog::PatchOptionDialog(QWi
     QBoxLayout* topLayout = new QVBoxLayout(mainWidget, 0, spacingHint());
     
-    m_formatBtnGroup = new QVButtonGroup("Output Format", mainWidget, "");
+    m_formatBtnGroup = new QVButtonGroup(i18n("Output Format"), mainWidget, "");
     topLayout->addWidget(m_formatBtnGroup);
  
@@ -51,14 +51,14 @@ PatchOptionDialog::PatchOptionDialog(QWi
     contextLinesLayout->addWidget(m_contextLines);
     
-    QVButtonGroup* ignoreBtnGroup = new QVButtonGroup("Ignore Options", mainWidget);
+    QVButtonGroup* ignoreBtnGroup = new QVButtonGroup(i18n("Ignore Options"), mainWidget);
     topLayout->addWidget(ignoreBtnGroup);
     
-    m_blankLineChk = new QCheckBox("Ignore added or removed empty lines",
+    m_blankLineChk = new QCheckBox(i18n("Ignore added or removed empty lines"),
                                    ignoreBtnGroup);
-    m_spaceChangeChk = new QCheckBox("Ignore changes in the amount of whitespace",
+    m_spaceChangeChk = new QCheckBox(i18n("Ignore changes in the amount of whitespace"),
                                      ignoreBtnGroup);
-    m_allSpaceChk = new QCheckBox("Ignore all whitespace", ignoreBtnGroup);
-    m_caseChangesChk = new QCheckBox("Ignore changes in case", ignoreBtnGroup);
-    m_tabExpansionChk = new QCheckBox("Ignore changes due to tab expansion",
+    m_allSpaceChk = new QCheckBox(i18n("Ignore all whitespace"), ignoreBtnGroup);
+    m_caseChangesChk = new QCheckBox(i18n("Ignore changes in case"), ignoreBtnGroup);
+    m_tabExpansionChk = new QCheckBox(i18n("Ignore changes due to tab expansion"),
                                       ignoreBtnGroup);
 }


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

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