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

List:       kde-commits
Subject:    branches/KDE/4.2/kdepim/akregator/src
From:       Frank Osterfeld <frank.osterfeld () kdemail ! net>
Date:       2009-05-14 18:25:35
Message-ID: 1242325535.889902.9461.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 968015 by osterfeld:

Fix Disable Introduction messagebox buttons (yes/no were swapped)
Similar patch was provided by Frederik Schwarzer

BUG:192233


 M  +2 -2      articleviewer.cpp  


--- branches/KDE/4.2/kdepim/akregator/src/articleviewer.cpp #968014:968015
@@ -712,9 +712,9 @@
     if(url == "config:/disable_introduction")
     {
         KGuiItem yesButton(KStandardGuiItem::yes());
-        yesButton.setText(i18n("Keep Enabled"));
+        yesButton.setText(i18n("Disable"));
         KGuiItem noButton(KStandardGuiItem::no());
-        noButton.setText(i18n("Disable"));
+        noButton.setText(i18n("Keep Enabled"));
         if(KMessageBox::questionYesNo( widget(), i18n("Are you sure you want to \
disable this introduction page?"), i18n("Disable Introduction Page"), yesButton, \
noButton) == KMessageBox::Yes)  {
             KConfigGroup conf(Settings::self()->config(), "General");


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

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