summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/GUI/EingabeSoftwareDaten.java
diff options
context:
space:
mode:
Diffstat (limited to 'Dozentenmodul/src/GUI/EingabeSoftwareDaten.java')
-rw-r--r--Dozentenmodul/src/GUI/EingabeSoftwareDaten.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dozentenmodul/src/GUI/EingabeSoftwareDaten.java b/Dozentenmodul/src/GUI/EingabeSoftwareDaten.java
index f99fd88e..bf88f665 100644
--- a/Dozentenmodul/src/GUI/EingabeSoftwareDaten.java
+++ b/Dozentenmodul/src/GUI/EingabeSoftwareDaten.java
@@ -258,7 +258,7 @@ public class EingabeSoftwareDaten extends JDialog {
cancelButton.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
vm.vl.setSoftware(listchoosed);
- FertigStellen fs=new FertigStellen();
+ Summary fs=new Summary();
fs.setVisible(true);
dispose();
}