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

List:       kde-commits
Subject:    [kdepim-runtime] ce69d39: Change button label to more meaningfull text
From:       Tobias Koenig <tokoe () kde ! org>
Date:       2011-01-06 19:30:38
Message-ID: 20110106193038.D80E9A6090 () git ! kde ! org
[Download RAW message or body]

commit ce69d39e4a6120d2f77394a4337f0267ed0e8dea
branch master
Author: Tobias Koenig <tokoe@kde.org>
Date:   Thu Jan 6 20:34:32 2011 +0100

    Change button label to more meaningfull text
    
    BUG: 249499

diff --git a/resources/imap/settingspasswordrequester.cpp \
b/resources/imap/settingspasswordrequester.cpp index ad0b400..4d0c217 100644
--- a/resources/imap/settingspasswordrequester.cpp
+++ b/resources/imap/settingspasswordrequester.cpp
@@ -57,8 +57,8 @@ void SettingsPasswordRequester::askUserInput( const QString \
                &serverError )
                                                      "at logging in, or do \
nothing?\n\n"  "%1", serverError ),
                                                i18n( "Could Not Authenticate" ),
-                                               KGuiItem( i18n( "Settings" ) ),
-                                               KGuiItem( i18nc( "Input \
username/password manually and not store them", "Single Input" ) ) ); +               \
KGuiItem( i18n( "Account Settings" ) ), +                                             \
KGuiItem( i18nc( "Input username/password manually and not store them", "Try Again" ) \
) );  
   if ( i == KMessageBox::Yes ) {
     int result = m_resource->configureDialog( m_resource->winIdForDialogs() );
diff --git a/resources/pop3/pop3resource.cpp b/resources/pop3/pop3resource.cpp
index 68dad58..85c6f8f 100644
--- a/resources/pop3/pop3resource.cpp
+++ b/resources/pop3/pop3resource.cpp
@@ -530,8 +530,8 @@ void POP3Resource::loginJobResult( KJob *job )
                                         "at logging in, or do nothing?\n\n"
                                         "%1", job->errorString() ),
                                   i18n( "Could Not Authenticate" ),
-                                  KGuiItem( i18n( "Settings" ) ),
-                                  KGuiItem( i18nc( "Input username/password manually \
and not store them", "Single Input" ) ) ); +                                  \
KGuiItem( i18n( "Account Settings" ) ), +                                  KGuiItem( \
i18nc( "Input username/password manually and not store them", "Try Again" ) ) );  \
mErrorDialogShown = false;  if ( i == KMessageBox::Yes ) {
       configure( winIdForDialogs() );


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

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