summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui
diff options
context:
space:
mode:
authorJan Muenchenberg2014-08-06 15:09:47 +0200
committerJan Muenchenberg2014-08-06 15:09:47 +0200
commitee028eff7d2eca143fad73aeec32859ad7057c2d (patch)
tree5863e7ecdd84a90024d3167e0e77c8c1f0406ed8 /Dozentenmodul/src/gui
parentoeffentliche Vorlagen nun downloadbar, Berechtigung gesetzt (diff)
downloadtutor-module-ee028eff7d2eca143fad73aeec32859ad7057c2d.tar.gz
tutor-module-ee028eff7d2eca143fad73aeec32859ad7057c2d.tar.xz
tutor-module-ee028eff7d2eca143fad73aeec32859ad7057c2d.zip
WindowÜberschrift geändert
Diffstat (limited to 'Dozentenmodul/src/gui')
-rw-r--r--Dozentenmodul/src/gui/intro/Login_GUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dozentenmodul/src/gui/intro/Login_GUI.java b/Dozentenmodul/src/gui/intro/Login_GUI.java
index 86c88fe4..a3c070b3 100644
--- a/Dozentenmodul/src/gui/intro/Login_GUI.java
+++ b/Dozentenmodul/src/gui/intro/Login_GUI.java
@@ -106,7 +106,7 @@ public class Login_GUI extends JFrame {
JOptionPane.ERROR_MESSAGE);
}
// Titel des Fensters setzen
- setTitle("Dozentenmodul *Prototyp*");
+ setTitle("bwLehrpool Suite *Prototyp*");
// Aktion die beim Schliessen durchgefuehrt werden soll
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);