This is an automated email from the git hooks/post-receive script. New commit to branch sync-timebundle in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit 44c6e82a7cb6d5f74b1c9ef3b0ec195b9457228c Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Mar 7 17:03:46 2017 +0100 Remove default input --- src/main/java/org/chorem/jtimer/plugins/timebundle/SyncView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/chorem/jtimer/plugins/timebundle/SyncView.java b/src/main/java/org/chorem/jtimer/plugins/timebundle/SyncView.java index 17be4eb..898cabf 100644 --- a/src/main/java/org/chorem/jtimer/plugins/timebundle/SyncView.java +++ b/src/main/java/org/chorem/jtimer/plugins/timebundle/SyncView.java @@ -161,7 +161,7 @@ public class SyncView extends FrameView implements TreeSelectionListener, Window public void addRemoteProject() { String url = JOptionPane.showInputDialog(this.getFrame(), - "New remote project url", "Add remote project"); + "New remote project url"); RemoteProject remoteProject = synchronizer.fetchProject(url); if (remoteProject != null) { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.