From 32a8fe497afa9934d99a5d57d975ac44236a302b Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Thu, 17 Feb 2011 21:31:50 +0100 Subject: [PATCH] Added a TODO for missing functionality. --- .../com/twelvemonkeys/swing/filechooser/FileSystemViews.java | 1 + 1 file changed, 1 insertion(+) diff --git a/sandbox/sandbox-swing/src/main/java/com/twelvemonkeys/swing/filechooser/FileSystemViews.java b/sandbox/sandbox-swing/src/main/java/com/twelvemonkeys/swing/filechooser/FileSystemViews.java index 365af42c..97eb6245 100644 --- a/sandbox/sandbox-swing/src/main/java/com/twelvemonkeys/swing/filechooser/FileSystemViews.java +++ b/sandbox/sandbox-swing/src/main/java/com/twelvemonkeys/swing/filechooser/FileSystemViews.java @@ -105,6 +105,7 @@ public final class FileSystemViews { @Override public String getSystemTypeDescription(File f) { + // TODO: Create something that gives a proper description here on the Mac... return mUIView.getTypeDescription(f); }