# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: /Users/catlan/Projekte/netbeans/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/platform # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: PlatformChooserVisualPanel.java *** /Users/catlan/Projekte/netbeans/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/platform/PlatformChooserVisualPanel.java Base (1.15) --- /Users/catlan/Projekte/netbeans/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/platform/PlatformChooserVisualPanel.java Locally Modified (Based On 1.15) *************** *** 55,60 **** --- 55,62 ---- }); platformChooser.addPropertyChangeListener(this); setName(NbPlatformCustomizer.CHOOSER_STEP); + + platformChooser.putClientProperty("JFileChooser.appBundleIsTraversable","always"); } /** Stores collected data into model. */