Skip to content

Commit 0b52b2d

Browse files
committed
Updated about dialog for new release.
1 parent d63d221 commit 0b52b2d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

OpenGammaTool/.classpath

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<attribute name="maven.pomderived" value="true"/>
1212
</attributes>
1313
</classpathentry>
14-
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
14+
<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
1515
<attributes>
1616
<attribute name="maven.pomderived" value="true"/>
1717
</attributes>
1818
</classpathentry>
19-
<classpathentry kind="lib" path="miglayout15-swing.jar" sourcepath="miglayout-src.zip"/>
20-
<classpathentry kind="lib" path="forms-1.3.0.jar" sourcepath="forms-1.3.0-src.zip"/>
19+
<classpathentry exported="true" kind="lib" path="miglayout15-swing.jar" sourcepath="miglayout-src.zip"/>
20+
<classpathentry exported="true" kind="lib" path="forms-1.3.0.jar" sourcepath="forms-1.3.0-src.zip"/>
2121
<classpathentry kind="output" path="target/classes"/>
2222
</classpath>

OpenGammaTool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>OpenGammaTool</groupId>
55
<artifactId>OpenGammaTool</artifactId>
6-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.2-SNAPSHOT</version>
77
<name>opengammatool</name>
88
<description>A tool to load, graph, save, and delete the log file from a USB-equipped GammaScout geiger-counter.</description>
99
<build>

OpenGammaTool/src/com/gammascout/AboutDialog.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import javax.swing.event.HyperlinkListener;
2222

2323
/**
24-
* About dialog. Displays basic information and credis for the application.
24+
* About dialog. Displays basic information and credits for the application.
2525
*
2626
* @author Erik Berglund
2727
*
@@ -50,7 +50,7 @@ public AboutDialog()
5050
dtrpnOpenGammaTool.setBackground(UIManager
5151
.getColor("Button.background"));
5252
dtrpnOpenGammaTool
53-
.setText("<html><body>\nOpen Gamma Tool<br/>\nVersion 0.1 alpha<br/>\n&#169; 2014 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>");
53+
.setText("<html><body>\nOpen Gamma Tool<br/>\nVersion 1.0<br/>\n&#169; 2014, 2015 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>");
5454
GroupLayout gl_contentPanel = new GroupLayout(contentPanel);
5555
gl_contentPanel.setHorizontalGroup(gl_contentPanel.createParallelGroup(
5656
Alignment.TRAILING).addGroup(

0 commit comments

Comments
 (0)