mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-08-15 14:27:39 +00:00
Setting default filter index. #35
This commit is contained in:
@@ -165,6 +165,7 @@ public class SwtAppleCommander implements Listener {
|
||||
fileDialog.setFilterNames(names);
|
||||
fileDialog.setFilterExtensions(extensions);
|
||||
fileDialog.setFilterPath(userPreferences.getDiskImageDirectory());
|
||||
fileDialog.setFilterIndex(0);
|
||||
String fullpath = fileDialog.open();
|
||||
|
||||
if (fullpath != null) {
|
||||
|
Reference in New Issue
Block a user