Skip to content

Commit

Permalink
Minor interface edit: changed project url from sourceforge to github
Browse files Browse the repository at this point in the history
  • Loading branch information
slabua committed Mar 11, 2013
1 parent d524d03 commit 935e3dd
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 6 deletions.
Binary file added DicomReader-1.3.1.jar
Binary file not shown.
Binary file modified bin/dicomreader/DicomReader.class
Binary file not shown.
Binary file modified bin/dicomreader/DicomReaderGUI$3.class
Binary file not shown.
Binary file modified bin/dicomreader/DicomReaderGUI$ActionEventHandler.class
Binary file not shown.
Binary file modified bin/dicomreader/DicomReaderGUI$ItemEventHandler.class
Binary file not shown.
Binary file modified bin/dicomreader/DicomReaderGUI.class
Binary file not shown.
Binary file modified bin/dicomreader/LoadDict.class
Binary file not shown.
Binary file modified bin/dicomreader/ShowGPL.class
Binary file not shown.
4 changes: 2 additions & 2 deletions src/dicomreader/DicomReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
*
* @author Salvatore La Bua <i>< slabua (at) gmail.com ></i>
*
* @version 1.3
* @version 1.3.1
*
* @see LoadDict
*/
public class DicomReader {

// Application version
private final static String version = "1.3";
private final static String version = "1.3.1";

// Debug flag
private static boolean DEBUG = true;
Expand Down
4 changes: 2 additions & 2 deletions src/dicomreader/DicomReaderGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
*
* @author Salvatore La Bua <i>< slabua (at) gmail.com ></i>
*
* @version 1.3
* @version 1.3.1
*
* @see DicomReader
*/
Expand Down Expand Up @@ -320,7 +320,7 @@ public void actionPerformed(ActionEvent e) {
"Author:" + "\n\n" +
" Salvatore La Bua" +
"\n < slabua (at) gmail.com >" +
"\n http://dicomreader.sourceforge.net",
"\n https://github.com/slabua/dicomreader",
"Credits",
JOptionPane.INFORMATION_MESSAGE);
}
Expand Down
2 changes: 1 addition & 1 deletion src/dicomreader/LoadDict.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*
* @author Salvatore La Bua <i>< slabua (at) gmail.com ></i>
*
* @version 1.3
* @version 1.3.1
*
* @see DicomReader
*/
Expand Down
2 changes: 1 addition & 1 deletion src/dicomreader/ShowGPL.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*
* @author Salvatore La Bua <i>< slabua (at) gmail.com ></i>
*
* @version 1.3
* @version 1.3.1
*/
public class ShowGPL extends JFrame {

Expand Down

0 comments on commit 935e3dd

Please sign in to comment.