Rename most device icons to comply with XDG standards

pull/1/head
Timothy Pearson 9 years ago
parent 8b65a2b496
commit ba3dc5816b

@ -158,7 +158,7 @@ KDirStatApp::initActions()
TQT_TQOBJECT(this), TQT_SLOT( refreshSelected() ),
actionCollection(), "file_refresh_selected" );
_fileContinueReadingAtMountPoint = new TDEAction( i18n( "Continue Reading at &Mount Point" ), "hdd_mount", 0,
_fileContinueReadingAtMountPoint = new TDEAction( i18n( "Continue Reading at &Mount Point" ), "drive-harddisk-mounted", 0,
TQT_TQOBJECT(this), TQT_SLOT( refreshSelected() ), actionCollection(),
"file_continue_reading_at_mount_point" );

@ -95,7 +95,7 @@ KDirTreeView::KDirTreeView( TQWidget * parent )
_openDotEntryIcon = loadIcon( "folder_orange_open");
_closedDotEntryIcon = loadIcon( "folder_orange" );
_unreadableDirIcon = loadIcon( "folder_locked" );
_mountPointIcon = loadIcon( "hdd_mount" );
_mountPointIcon = loadIcon( "drive-harddisk-mounted" );
_fileIcon = loadIcon( "mime_empty" );
_symLinkIcon = loadIcon( "symlink" ); // The KDE standard link icon is ugly!
_blockDevIcon = loadIcon( "blockdevice" );

Loading…
Cancel
Save