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

List:       kde-commits
Subject:    kdebase/konqueror
From:       Stephan Binner <binner () kde ! org>
Date:       2005-04-10 16:41:43
Message-ID: 20050410164143.1F45B495 () office ! kde ! org
[Download RAW message or body]

CVS commit by binner: 

missing icons for Go/ entries


  M +5 -5      konq_mainwindow.cc   1.1416


--- kdebase/konqueror/konq_mainwindow.cc  #1.1415:1.1416
@@ -3666,10 +3666,10 @@ void KonqMainWindow::initActions()
            SLOT( slotHome(KAction::ActivationReason, Qt::ButtonState) ) );
 
-  (void) new KAction( i18n( "App&lications" ), 0, this, SLOT( slotGoApplications() ), \
                actionCollection(), "go_applications" );
-  (void) new KAction( i18n( "&Storage Media" ), 0, this, SLOT( slotGoMedia() ), \
                actionCollection(), "go_media" );
-  (void) new KAction( i18n( "&Network Folders" ), 0, this, SLOT( slotGoNetworkFolders() ), \
                actionCollection(), "go_network_folders" );
-  (void) new KAction( i18n( "Sett&ings" ), 0, this, SLOT( slotGoSettings() ), \
actionCollection(), "go_settings" ); +  (void) new KAction( i18n( "App&lications" ), "kmenu", \
0, this, SLOT( slotGoApplications() ), actionCollection(), "go_applications" ); +  (void) new \
KAction( i18n( "&Storage Media" ), "system", 0, this, SLOT( slotGoMedia() ), \
actionCollection(), "go_media" ); +  (void) new KAction( i18n( "&Network Folders" ), "network", \
0, this, SLOT( slotGoNetworkFolders() ), actionCollection(), "go_network_folders" ); +  (void) \
new KAction( i18n( "Sett&ings" ), "kcontrol", 0, this, SLOT( slotGoSettings() ), \
actionCollection(), "go_settings" );  //(void) new KAction( i18n( "Sidebar Configuration" ), 0, \
                this, SLOT( slotGoDirTree() ), actionCollection(), "go_dirtree" );
-  (void) new KAction( i18n( "Trash" ), 0, this, SLOT( slotGoTrash() ), actionCollection(), \
"go_trash" ); +  (void) new KAction( i18n( "Trash" ), "trashcan_full", 0, this, SLOT( \
slotGoTrash() ), actionCollection(), "go_trash" );  (void) new KAction( i18n( "Autostart" ), 0, \
this, SLOT( slotGoAutostart() ), actionCollection(), "go_autostart" );  KonqMostOftenURLSAction \
*mostOften = new KonqMostOftenURLSAction( i18n("Most Often Visited"), actionCollection(), \
"go_most_often" );


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

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