Version: (using KDE 4.1.1) Installed from: Compiled From Sources r850564 introduces an ability to disable introduction using config:/disable_introduction. But in the confirmation dialog "Keep Enabled" button acts as "Disable", because the code checks if "No" button was pressed: if ( KMessageBox::questionYesNo( widget(), i18n("Are you sure you want to disable this introduction page?"), i18n("Disable Introduction Page"), KGuiItem(i18n("Disable") ), KGuiItem( i18n ( "Keep Enabled" ) ) ) ) == KMessageBox::No)
SVN commit 876708 by osterfeld: fix swapped buttons in disable introduction dialog BUG:170265 M +1 -1 articleviewer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=876708
SVN commit 876712 by osterfeld: backport: fix swapped buttons in disable introduction dialog CCBUG:170265 M +1 -1 articleviewer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=876712