Skip to content

Commit

Permalink
1.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Feb 18, 2019
1 parent 31da0ea commit 4481f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/petctviewer/orthanc/anonymize/AboutBoxFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public AboutBoxFrame(){
JPanel mainPanel = new JPanel(new BorderLayout());
JPanel labelPanel = new JPanel();
labelPanel.setLayout(new BoxLayout(labelPanel, BoxLayout.PAGE_AXIS));
JLabel title = new JLabel("Dicom Tools v.1.1");
JLabel title = new JLabel("Dicom Tools v.1.2");
title.setBorder(new EmptyBorder(3, 150, 3, 150));
labelPanel.add(title);
JLabel orthancSite = new JLabel("<html><i>Based on Orthanc http://www.orthanc-server.com</i></html>");
Expand Down

0 comments on commit 4481f44

Please sign in to comment.