summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/GUI/searchRohling.java
diff options
context:
space:
mode:
Diffstat (limited to 'Dozentenmodul/src/GUI/searchRohling.java')
-rw-r--r--Dozentenmodul/src/GUI/searchRohling.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dozentenmodul/src/GUI/searchRohling.java b/Dozentenmodul/src/GUI/searchRohling.java
index a234f26c..13182a65 100644
--- a/Dozentenmodul/src/GUI/searchRohling.java
+++ b/Dozentenmodul/src/GUI/searchRohling.java
@@ -78,7 +78,7 @@ public class searchRohling extends JFrame {
// TODO Auto-generated catch block
e.printStackTrace();
}
- setTitle("Dozentenmodul");
+ setTitle("Dozentenmodul *Prototyp*");
Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
int top=(screenSize.height - 603) / 2;
int left=(screenSize.width - 722) / 2;