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

List:       kde-commits
Subject:    branches/work/suse_kickoff_qstyle/kicker/kicker/ui
From:       Stephan Binner <binner () kde ! org>
Date:       2007-08-28 11:50:46
Message-ID: 1188301846.594516.8006.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 705706 by binner:

use common icons


 M  +2 -2      k_new_mnu.cpp  


--- branches/work/suse_kickoff_qstyle/kicker/kicker/ui/k_new_mnu.cpp #705705:705706
@@ -1350,7 +1350,7 @@
 
     m_systemView->insertSeparator( nId++, i18n("System Folders"), index++ );
 
-    m_systemView->insertItem( "folder_red", i18n( "Home Folder" ),
+    m_systemView->insertItem( "folder_home", i18n( "Home Folder" ),
                               QDir::homeDirPath(), "file://"+QDir::homeDirPath(), \
nId++, index++ );  
     if ( KStandardDirs::exists( KGlobalSettings::documentPath() + "/" ) )
@@ -1359,7 +1359,7 @@
         if ( documentPath.endsWith( "/" ) )
             documentPath = documentPath.left( documentPath.length() - 1 );
         if (documentPath!=QDir::homeDirPath())
-           m_systemView->insertItem( "folder_green", i18n( "My Documents" ), \
documentPath, documentPath, nId++, index++ ); +           m_systemView->insertItem( \
"folder_man", i18n( "My Documents" ), documentPath, documentPath, nId++, index++ );  \
}  
     m_systemView->insertItem( "network", i18n( "Network Folders" ),


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

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