diff options
| author | Michael Wilson | 2014-10-31 10:01:06 +0100 |
|---|---|---|
| committer | Michael Wilson | 2014-10-31 10:01:06 +0100 |
| commit | 664164ce9bd94f363aff220a1a8b696989438b66 (patch) | |
| tree | 79cbc2e8c7facd0547416643be528511efa008fe /dozentenmodul/src/main/java/gui/lecture/CreateLectureLink_GUI.java | |
| parent | Fixed all date formats to 24h format in complete program (diff) | |
| download | tutor-module-664164ce9bd94f363aff220a1a8b696989438b66.tar.gz tutor-module-664164ce9bd94f363aff220a1a8b696989438b66.tar.xz tutor-module-664164ce9bd94f363aff220a1a8b696989438b66.zip | |
-image templates are now listed a such, independently of the logged in user
-Lectures can now be connected to image templates
Diffstat (limited to 'dozentenmodul/src/main/java/gui/lecture/CreateLectureLink_GUI.java')
| -rw-r--r-- | dozentenmodul/src/main/java/gui/lecture/CreateLectureLink_GUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodul/src/main/java/gui/lecture/CreateLectureLink_GUI.java b/dozentenmodul/src/main/java/gui/lecture/CreateLectureLink_GUI.java index f2377585..25c59fa7 100644 --- a/dozentenmodul/src/main/java/gui/lecture/CreateLectureLink_GUI.java +++ b/dozentenmodul/src/main/java/gui/lecture/CreateLectureLink_GUI.java @@ -765,7 +765,7 @@ public class CreateLectureLink_GUI extends JFrame { i.next(); } - + return model; } |
