Skip to content

Commit 45122f6

Browse files
committed
Updated about dialog text.
1 parent 4af5681 commit 45122f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenGammaTool/src/com/gammascout/AboutDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public AboutDialog()
7070
dtrpnOpenGammaTool.setBackground(UIManager
7171
.getColor("Button.background"));
7272
dtrpnOpenGammaTool
73-
.setText("<html><body>\nOpen Gamma Tool<br/>\nVersion 1.2 (beta)<br/>\n&#169; 2014-2017 Erik Berglund<br/>\n<br/>\nSpecial thanks to <a href=\"http://johannes-bauer.com/linux/gammascout/\">Johannes Bauer</a><br/>\nfor reverse engineering and documenting <br/>\nthe GammaScout&#8482; protocol<br/>\n</body></html>");
73+
.setText("<html><body>\nOpen Gamma Tool<br/>\nVersion 1.3 (beta)<br/>\n&#169; 2014-2019 Erik Berglund<br/>\n<br/>\nSpecial thanks to <a href=\"http://johannes-bauer.com/linux/gammascout/\">Johannes Bauer</a><br/>\nfor reverse engineering and documenting <br/>\nthe GammaScout&#8482; protocol<br/>\n</body></html>");
7474
GroupLayout gl_contentPanel = new GroupLayout(contentPanel);
7575
gl_contentPanel.setHorizontalGroup(gl_contentPanel.createParallelGroup(
7676
Alignment.TRAILING).addGroup(

0 commit comments

Comments
 (0)