branch develop updated (fe462bc -> 0c0247b)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git from fe462bc Update configuration new 0c0247b Remove useless "file" menu The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 0c0247b5fb0127b276fc2461560cc5c83d924a0f Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 3 12:07:15 2016 +0100 Remove useless "file" menu Summary of changes: src/main/java/org/chorem/jtimer/JTimer.java | 4 +--- src/main/resources/org/chorem/jtimer/resources/JTimer.properties | 1 - src/main/resources/org/chorem/jtimer/resources/JTimer_fr.properties | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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 0c0247b5fb0127b276fc2461560cc5c83d924a0f Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 3 12:07:15 2016 +0100 Remove useless "file" menu --- src/main/java/org/chorem/jtimer/JTimer.java | 4 +--- src/main/resources/org/chorem/jtimer/resources/JTimer.properties | 1 - src/main/resources/org/chorem/jtimer/resources/JTimer_fr.properties | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main/java/org/chorem/jtimer/JTimer.java b/src/main/java/org/chorem/jtimer/JTimer.java index 7474769..1e66768 100644 --- a/src/main/java/org/chorem/jtimer/JTimer.java +++ b/src/main/java/org/chorem/jtimer/JTimer.java @@ -357,11 +357,9 @@ public class JTimer extends SingleFrameApplication implements protected JMenuBar createMenuBar() { JMenuBar menuBar = new JMenuBar(); - String[] fileMenuActionNames = { "quit" }; - menuBar.add(createMenu("fileMenu", fileMenuActionNames)); String[] projectMenuActionNames = { "newProject", "editProject", - "closeProject", "deleteProject" }; + "closeProject", "deleteProject", "---", "quit"}; menuBar.add(createMenu("projectMenu", projectMenuActionNames)); String[] taskMenuActionNames = { "newTask", "editTask", "closeTask", diff --git a/src/main/resources/org/chorem/jtimer/resources/JTimer.properties b/src/main/resources/org/chorem/jtimer/resources/JTimer.properties index 0e3f8c9..4d9de8e 100644 --- a/src/main/resources/org/chorem/jtimer/resources/JTimer.properties +++ b/src/main/resources/org/chorem/jtimer/resources/JTimer.properties @@ -150,7 +150,6 @@ mainFrame.title = ${Application.title} mainFrame.iconImage = jtimer-40-orange.png # menu -fileMenu.text = File projectMenu.text = Project taskMenu.text = Task reportMenu.text = Report diff --git a/src/main/resources/org/chorem/jtimer/resources/JTimer_fr.properties b/src/main/resources/org/chorem/jtimer/resources/JTimer_fr.properties index 6abc8b7..8bf41f8 100644 --- a/src/main/resources/org/chorem/jtimer/resources/JTimer_fr.properties +++ b/src/main/resources/org/chorem/jtimer/resources/JTimer_fr.properties @@ -115,7 +115,6 @@ quit.Action.text = Quitter mainFrame.title = ${Application.title} # menu -fileMenu.text = Fichier projectMenu.text = Projet taskMenu.text = T\u00E2che reportMenu.text = Rapport -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm