Improve folder icons on the speedbar.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/71/head
Slávek Banko 4 years ago
parent 9dc23edee3
commit 017a50624b
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

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

Loading…
Cancel
Save