Skip to content

Commit

Permalink
Updated Collate Files
Browse files Browse the repository at this point in the history
  • Loading branch information
rxmend committed Nov 9, 2015
1 parent e931f39 commit e17bfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chronos/collated/A0125424Nreused.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
primaryStage.getIcons().add(new Image("gui/logo.jpg"));
tray = SystemTray.getSystemTray();
ImageIcon image = null;
image = new ImageIcon(getClass().getResource("./logo.jpg"));
image = new ImageIcon(getClass().getResource("logo.jpg"));

trayIcon = new TrayIcon(image.getImage());
try {
Expand Down

0 comments on commit e17bfd2

Please sign in to comment.