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

List:       kde-commits
Subject:    branches/KDE/4.1/kdelibs/khtml/html
From:       David Faure <faure () kde ! org>
Date:       2008-12-18 17:33:46
Message-ID: 1229621626.067481.26601.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 898678 by dfaure:

Fix buttons not having the right label (yes/no/cancel instead of store/never for this site/do not store)


 M  +3 -3      html_formimpl.cpp  


--- branches/KDE/4.1/kdelibs/khtml/html/html_formimpl.cpp #898677:898678
@@ -626,9 +626,9 @@
                 dialog->setObjectName( "questionYesNoCancel" );
                 dialog->setCaption( i18n("Save Login Information") );
                 dialog->setButtons( KDialog::Yes | KDialog::No | KDialog::Cancel );
-                dialog->setButtonGuiItem( KDialog::User1, KGuiItem(i18n("Store")) );
-                dialog->setButtonGuiItem( KDialog::User2, KGuiItem(i18n("Ne&ver for This Site")) );
-                dialog->setButtonGuiItem( KDialog::User3, KGuiItem(i18n("Do Not Store")) );
+                dialog->setButtonGuiItem( KDialog::Yes, KGuiItem(i18n("Store")) );
+                dialog->setButtonGuiItem( KDialog::No, KGuiItem(i18n("Ne&ver for This Site")) );
+                dialog->setButtonGuiItem( KDialog::Cancel, KGuiItem(i18n("Do Not Store")) );
                 dialog->setDefaultButton( KDialog::Yes );
                 dialog->setEscapeButton( KDialog::Cancel );
                 dialog->setModal( true );
[prev in list] [next in list] [prev in thread] [next in thread] 

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