summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java
diff options
context:
space:
mode:
authorMichael Wilson2014-08-22 10:50:27 +0200
committerMichael Wilson2014-08-22 10:50:27 +0200
commit6a92e0029876a8f66bda0c0e840c74378b87f332 (patch)
tree2be7c34d9266e663ba36bea6c380350eeda24f4a /Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java
parentnix (diff)
parentMerge branch 'master' of git.openslx.org:openslx-ng/tutor-module (diff)
downloadtutor-module-6a92e0029876a8f66bda0c0e840c74378b87f332.tar.gz
tutor-module-6a92e0029876a8f66bda0c0e840c74378b87f332.tar.xz
tutor-module-6a92e0029876a8f66bda0c0e840c74378b87f332.zip
Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module
Conflicts: Dozentenmodul/bin/gui/image/DeleteImage_GUI.class Dozentenmodul/bin/gui/image/SearchEditImage_GUI.class Dozentenmodul/bin/gui/image/SearchImage_GUI.class
Diffstat (limited to 'Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java b/Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java
index 5ba357f9..54e6d8c8 100644
--- a/Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java
+++ b/Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java
@@ -235,9 +235,9 @@ public class CreateLectureAllgemein_GUI extends JFrame {
panel_2.setBounds(10, 36, 557, 284);
contentPanel.add(panel_2);
- JLabel label_3 = new JLabel("Laborname (Anzeigename): *");
- label_3.setBounds(10, 25, 180, 14);
- panel_2.add(label_3);
+ JLabel lblAnzeigename = new JLabel("Anzeigename: *");
+ lblAnzeigename.setBounds(10, 25, 180, 14);
+ panel_2.add(lblAnzeigename);
txtFldVeranstaltungsname = new JTextField();
txtFldVeranstaltungsname.setColumns(10);