summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/image/SearchImage_GUI.java
diff options
context:
space:
mode:
authorTobias Spitzer2014-08-22 08:07:45 +0200
committerTobias Spitzer2014-08-22 08:07:45 +0200
commitb74c2de867fd82d00d8725096793ce4539458bea (patch)
treefc6a6833eca6454f8c624ec5788a6c7dfa6ca518 /Dozentenmodul/src/gui/image/SearchImage_GUI.java
parentz (diff)
parentFehlermeldung entfernt und Debug-Ausgaben hinzugefuegt (diff)
downloadtutor-module-b74c2de867fd82d00d8725096793ce4539458bea.tar.gz
tutor-module-b74c2de867fd82d00d8725096793ce4539458bea.tar.xz
tutor-module-b74c2de867fd82d00d8725096793ce4539458bea.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module
Conflicts: Dozentenmodul/bin/gui/image/DeleteImage_GUI.class üpo
Diffstat (limited to 'Dozentenmodul/src/gui/image/SearchImage_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/image/SearchImage_GUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dozentenmodul/src/gui/image/SearchImage_GUI.java b/Dozentenmodul/src/gui/image/SearchImage_GUI.java
index a19057cc..2c9d7704 100644
--- a/Dozentenmodul/src/gui/image/SearchImage_GUI.java
+++ b/Dozentenmodul/src/gui/image/SearchImage_GUI.java
@@ -187,7 +187,7 @@ public class SearchImage_GUI extends JFrame {
e.printStackTrace();
}
// Setzt den Fenstertitel
- setTitle("bwLehrpool Suite *Prototyp* - Suche VL-Image");
+ setTitle("bwLehrpool Suite - Image suchen");
// Zentriert das Fenster in die Bildmitte
setBounds(0, 0, 918, 722);
GuiOrganizer.centerGUI(this);