Skip to content

Commit

Permalink
"Über"-Dialog an aktuellen Stand angepasst. (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmalzl authored Feb 11, 2024
1 parent 0f8e21a commit 5bd2ad8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/de/jost_net/JVerein/gui/view/AboutView.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ protected void paint(Composite parent) throws Exception
l.setImage(SWTUtil.getImage("JVerein.png"));

FormTextPart text = new FormTextPart();
text.setText("<form><p><b>"
+ "Plugin für die Vereinsverwaltung unter Jameica" + "</b></p>"
+ "<br/>Lizenz: GPL [ http://www.gnu.org/copyleft/gpl.html ]"
+ "<br/><p>Copyright by Heiner Jostkleigrewe [ [email protected] ]</p>"
+ "<p>web: https://openjverein.github.io</p>"
+ "<p>Forum: https://jverein-forum.de</p></form>");
text.setText("<form>"
+ "<p><b>Plugin für die Vereinsverwaltung unter Jameica</b></p>"
+ "<p>Lizenz: GPLv3 https://www.gnu.org/licenses/gpl-3.0.html</p>"
+ "<p>Web: https://openjverein.github.io</p>"
+ "<p>Forum: https://jverein-forum.de</p>"
+ "<p>GitHub: https://github.com/openjverein/jverein</p>"
+ "<p>Dokumentation: https://openjverein.gitbook.io/doku</p></form>");

text.paint(parent);

Expand Down

0 comments on commit 5bd2ad8

Please sign in to comment.