Skip to content

Commit 6f1a6f4

Browse files
gui/Loader: Updated loader image.
1 parent d3edfae commit 6f1a6f4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/java/pt/lsts/neptus/gui/Loader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class Loader extends JFrame implements ActionListener {
6363
private JLabel jLabel = null;
6464
private JLabel jLabel2 = null;
6565
private String imgFileName = "images/neptus_version1.png";
66-
private String imgFileName20 = "images/neptus-loader-20years.png";
66+
private final String imgFileName20 = "images/neptus-loader-2026.png";
6767
private String typedString = "";
6868
private Color backColor = new Color(242, 251, 254);
6969
private Color frontColor = Color.GRAY;
158 KB
Loading

0 commit comments

Comments
 (0)