Skip to content

Commit

Permalink
Former-commit-id: 167e30b552a17d11aa345da68d93cdb2b14c34ea
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Dec 17, 2012
1 parent 223442b commit bcad72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ch/cyberduck/ui/cocoa/resources/IconCache.java
Expand Up @@ -334,7 +334,7 @@ public NSImage iconForPath(final Path item, final Integer size, final boolean ov
return this.iconForExtension(item.getExtension(), size);
}
if(item.attributes().isVolume()) {
return this.iconForName(item.getHost().getProtocol().disk(), size);
return this.iconForName(String.format("%s.tiff", item.getHost().getProtocol().disk()), size);
}
if(item.attributes().isDirectory()) {
if(overlay) {
Expand Down

0 comments on commit bcad72f

Please sign in to comment.