Improve folder icons on the speedbar.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/71/head
Slávek Banko 4 년 전
부모 9dc23edee3
커밋 017a50624b
로그인 계정: SlavekB
GPG 키 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(TDEGlobalSettings::desktopPath(), i18n("Desktop"), false, "folder_txt");
insertItem(TDEGlobalSettings::documentPath(), i18n("Documents"), false, "folder_txt");
insertItem(TDEGlobalSettings::desktopPath(), i18n("Desktop"), false, "desktop");
insertItem(TDEGlobalSettings::documentPath(), i18n("Documents"), false, "folder_wordprocessing");
insertItem(TDEGlobalSettings::downloadPath(), i18n( "Downloads" ), false, "folder_html");
insertItem(TDEGlobalSettings::musicPath(), i18n( "Music" ), false, "folder_sound");
insertItem(TDEGlobalSettings::picturesPath(), i18n( "Pictures" ), false, "folder_image");
insertItem(TDEGlobalSettings::publicSharePath(), i18n( "Public" ), false, "folder");
insertItem(TDEGlobalSettings::templatesPath(), i18n( "Templates" ), false, "folder_txt");
insertItem(TDEGlobalSettings::publicSharePath(), i18n( "Public" ), false, "folder_open");
insertItem(TDEGlobalSettings::templatesPath(), i18n( "Templates" ), false, "folder_grey");
insertItem(TDEGlobalSettings::videosPath(), i18n( "Videos" ), false, "folder_video");
KURL u = "media:/";

불러오는 중...
취소
저장