Improve folder icons on the speedbar.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 017a50624b)
v3.5.13-sru
Slávek Banko 4 years ago
parent 5dad8abdc3
commit fbd64ec386
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -45,13 +45,13 @@ KFileSpeedBar::KFileSpeedBar( TQWidget *parent, const char *name )
if ( m_initializeSpeedbar )
{
insertItem(TQDir::homeDirPath(), i18n("Home Folder"), false, "folder_home");
insertItem(KGlobalSettings::desktopPath(), i18n("Desktop"), false, "folder_txt");
insertItem(KGlobalSettings::documentPath(), i18n("Documents"), false, "folder_txt");
insertItem(KGlobalSettings::desktopPath(), i18n("Desktop"), false, "desktop");
insertItem(KGlobalSettings::documentPath(), i18n("Documents"), false, "folder_wordprocessing");
insertItem(KGlobalSettings::downloadPath(), i18n( "Downloads" ), false, "folder_html");
insertItem(KGlobalSettings::musicPath(), i18n( "Music" ), false, "folder_sound");
insertItem(KGlobalSettings::picturesPath(), i18n( "Pictures" ), false, "folder_image");
insertItem(KGlobalSettings::publicSharePath(), i18n( "Public" ), false, "folder");
insertItem(KGlobalSettings::templatesPath(), i18n( "Templates" ), false, "folder_txt");
insertItem(KGlobalSettings::publicSharePath(), i18n( "Public" ), false, "folder_open");
insertItem(KGlobalSettings::templatesPath(), i18n( "Templates" ), false, "folder_grey");
insertItem(KGlobalSettings::videosPath(), i18n( "Videos" ), false, "folder_video");
KURL u = "media:/";

Loading…
Cancel
Save