This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git commit 286e8da8f9ac666b6932aa187c293a9eee0c9129 Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Mar 11 17:45:33 2016 +0100 Fix image location --- src/main/java/org/chorem/jtimer/ui/NewTaskView.java | 2 +- .../org/chorem/jtimer/ui/resources/document-new.png | Bin 0 -> 1008 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/chorem/jtimer/ui/NewTaskView.java b/src/main/java/org/chorem/jtimer/ui/NewTaskView.java index f7fb709..440cd3e 100644 --- a/src/main/java/org/chorem/jtimer/ui/NewTaskView.java +++ b/src/main/java/org/chorem/jtimer/ui/NewTaskView.java @@ -82,7 +82,7 @@ public class NewTaskView extends DialogView { JPanel panel = new JPanel(new GridBagLayout()); // icon - JLabel newTaskIcon = new JLabel(new ImageIcon(getClass().getResource("../resources/document-new.png"))); + JLabel newTaskIcon = new JLabel(new ImageIcon(getClass().getResource("resources/document-new.png"))); panel.add(newTaskIcon, new GridBagConstraints(0, 0, 1, 4, 0, 0, GridBagConstraints.NORTH, GridBagConstraints.NONE, new Insets(5, 5, 5, 5), 0, 0)); diff --git a/src/main/resources/org/chorem/jtimer/ui/resources/document-new.png b/src/main/resources/org/chorem/jtimer/ui/resources/document-new.png new file mode 100644 index 0000000..e6d64bb Binary files /dev/null and b/src/main/resources/org/chorem/jtimer/ui/resources/document-new.png differ -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.