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

List:       kde-commits
Subject:    kdelibs/kio/kfile
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2005-02-17 21:36:48
Message-ID: 20050217213648.745FA1BB99 () office ! kde ! org
[Download RAW message or body]

CVS commit by aseigo: 

round and round they go .. discussing it with pmax and dfaure, it's been
decided to sacrifice consistency with konq's toolbars here for localized
efficiency.


  M +4 -4      kfiledialog.cpp   1.388


--- kdelibs/kio/kfile/kfiledialog.cpp  #1.387:1.388
@@ -901,12 +901,12 @@ void KFileDialog::init(const QString& st
 
     // plug nav items into the toolbar
-    coll->action( "back" )->plug( toolbar );
-    coll->action( "back" )->setWhatsThis(i18n("Click this button to move backwards \
                one step in the browsing history."));
-    coll->action( "forward" )->plug( toolbar );
-    coll->action( "forward" )->setWhatsThis(i18n("Click this button to move forward \
one step in the browsing history."));  coll->action( "up" )->plug( toolbar );
     coll->action( "up" )->setWhatsThis(i18n("<qt>Click this button to enter the \
                parent folder.<p>"
                                             "For instance, if the current location \
                is file:/home/%1 clicking this "
                                             "button will take you to \
file:/home.</qt>").arg( KUser().loginName() )); +    coll->action( "back" )->plug( \
toolbar ); +    coll->action( "back" )->setWhatsThis(i18n("Click this button to move \
backwards one step in the browsing history.")); +    coll->action( "forward" )->plug( \
toolbar ); +    coll->action( "forward" )->setWhatsThis(i18n("Click this button to \
move forward one step in the browsing history."));  coll->action( "reload" )->plug( \
                toolbar );
     coll->action( "reload" )->setWhatsThis(i18n("Click this button to reload the \
contents of the current location."));


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

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