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

List:       kde-commits
Subject:    kdelibs/kio/kfile
From:       Jonathan Riddell <jr () jriddell ! org>
Date:       2005-02-13 13:43:54
Message-ID: 20050213134354.08D5D1CFD3 () office ! kde ! org
[Download RAW message or body]

CVS commit by jriddell: 

Use media:/ instead of old devices:/
Use correct icon for media and remote


  M +5 -4      kfilespeedbar.cpp   1.13


--- kdelibs/kio/kfile/kfilespeedbar.cpp  #1.12:1.13
@@ -62,13 +62,14 @@ KFileSpeedBar::KFileSpeedBar( QWidget *p
             insertItem( u, i18n("Floppy"), false,
                                    KProtocolInfo::icon( "floppy" ) );
-        u = "devices:/";
+        u = "media:/";
         if ( KProtocolInfo::isKnownProtocol( u ) )
             insertItem( u, i18n("Devices"), false,
-                                   KProtocolInfo::icon( "devices" ) );
+                                   KProtocolInfo::icon( "media" ) );
+        //FIXME i18n("Devices") should be i18n("Media") after string freeze
 
         u = "remote:/";
         if ( KProtocolInfo::isKnownProtocol( u ) )
             insertItem( u, i18n("Network"), false,
-                                   "network_local" );
+                                   KProtocolInfo::icon( "remote" ) );
     }
 }


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

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