diff options
| author | unknown | 2014-04-15 15:13:43 +0200 |
|---|---|---|
| committer | unknown | 2014-04-15 15:13:43 +0200 |
| commit | eb671896e16496a7988fcda2f5bce6b056450c54 (patch) | |
| tree | 4e6228d4b6fc79da68b97c9874356f443c95a7fa /Dozentenmodul/src/gui/intro/MainMenue_GUI.java | |
| parent | fff (diff) | |
| parent | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff) | |
| download | tutor-module-eb671896e16496a7988fcda2f5bce6b056450c54.tar.gz tutor-module-eb671896e16496a7988fcda2f5bce6b056450c54.tar.xz tutor-module-eb671896e16496a7988fcda2f5bce6b056450c54.zip | |
Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module
Diffstat (limited to 'Dozentenmodul/src/gui/intro/MainMenue_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/intro/MainMenue_GUI.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dozentenmodul/src/gui/intro/MainMenue_GUI.java b/Dozentenmodul/src/gui/intro/MainMenue_GUI.java index 5e9c85c5..f902ccf9 100644 --- a/Dozentenmodul/src/gui/intro/MainMenue_GUI.java +++ b/Dozentenmodul/src/gui/intro/MainMenue_GUI.java @@ -286,6 +286,7 @@ public class MainMenue_GUI extends JFrame { rdbtnLectureDelete.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { descDeleteLecture = "Suchen und löschen Sie eine Veranstaltung. Das hiermit verbundene Image bleibt erhalten."; + txtDesc.setText(descDeleteLecture); } }); rdbtnLectureSearch.addActionListener(new ActionListener() { |
