summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard
diff options
context:
space:
mode:
authorJonathan Bauer2018-04-20 15:09:50 +0200
committerJonathan Bauer2018-04-20 15:09:50 +0200
commit0875d3c3468c534d6e8fc25d478f299676bd1e06 (patch)
tree1d7661dc3c7b59d7e6636aa0bcdb1015b4e0f53b /dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard
parent[server] register MULTIPLE_HYPERVISORS feature (diff)
downloadtutor-module-0875d3c3468c534d6e8fc25d478f299676bd1e06.tar.gz
tutor-module-0875d3c3468c534d6e8fc25d478f299676bd1e06.tar.xz
tutor-module-0875d3c3468c534d6e8fc25d478f299676bd1e06.zip
[client] remove test code -.-
Diffstat (limited to 'dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard')
-rw-r--r--dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/page/ImageUploadPage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/page/ImageUploadPage.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/page/ImageUploadPage.java
index 09b73111..320498d0 100644
--- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/page/ImageUploadPage.java
+++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/page/ImageUploadPage.java
@@ -90,7 +90,7 @@ public class ImageUploadPage extends ImageUploadPageLayout {
if (Session.hasFeature(Feature.MULTIPLE_HYPERVISORS)) {
allSupportedFilter = new FileNameExtensionFilter("All Supported", "vmx", "vbox");
} else {
- allSupportedFilter = new FileNameExtensionFilter("All Supported", "vmx", "vbox");
+ allSupportedFilter = new FileNameExtensionFilter("All Supported", "vmx");
}
btnBrowseForImage.requestFocus();
}