diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 01:27:27 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 01:27:27 -0500 |
commit | d10678d665b1de8e2e92c756b66aee33396b3fcf (patch) | |
tree | c0f6c1a6c2e96754998ea91f341ce472b728a413 /src/svnfrontend/tdesvnfilelist.cpp | |
parent | 9e97026cf47bf236832d4aed145bee9e226c00b4 (diff) | |
download | tdesvn-d10678d665b1de8e2e92c756b66aee33396b3fcf.tar.gz tdesvn-d10678d665b1de8e2e92c756b66aee33396b3fcf.zip |
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'src/svnfrontend/tdesvnfilelist.cpp')
-rw-r--r-- | src/svnfrontend/tdesvnfilelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/tdesvnfilelist.cpp b/src/svnfrontend/tdesvnfilelist.cpp index 5938561..21e23dc 100644 --- a/src/svnfrontend/tdesvnfilelist.cpp +++ b/src/svnfrontend/tdesvnfilelist.cpp @@ -1556,7 +1556,7 @@ TQDragObject* tdesvnfilelist::dragObject() if (( urls.count() > 1 ) || (pixmap0Invalid)) { int iconSize = Kdesvnsettings::listview_icon_size();; iconSize = iconSize ? iconSize : tdesvnPartFactory::instance()->iconLoader()->currentSize( TDEIcon::Small ); // Default = small - pixmap2 = DesktopIcon( "tdemultiple", iconSize ); + pixmap2 = DesktopIcon( "application-vnd.tde.tdemultiple", iconSize ); if ( pixmap2.isNull() ) { kdWarning() << "Could not find multiple pixmap" << endl; } |