branch develop updated (b33247a -> 9c806ea)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository lima. See http://git.chorem.org/lima.git from b33247a fixes #1236 : afficher les exceptions métier new 9c806ea fixes #1237 : fix id menu item 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 9c806ea1c1cdccf0fb1d634937db9ea7feb3e814 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Jun 4 15:25:03 2015 +0200 fixes #1237 : fix id menu item Summary of changes: lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 lima. See http://git.chorem.org/lima.git commit 9c806ea1c1cdccf0fb1d634937db9ea7feb3e814 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Jun 4 15:25:03 2015 +0200 fixes #1237 : fix id menu item --- lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx b/lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx index 48f7721..0363a97 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx +++ b/lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx @@ -61,7 +61,7 @@ <JMenu id="csvImport"> <JMenuItem id="csvImportAll" onActionPerformed="getHandler().showImportExportView(this, ImportExportEnum.CSV_ALL_IMPORT)"/> - <JMenuItem id="csvImportaccounts" + <JMenuItem id="csvImportAccounts" onActionPerformed="getHandler().showImportExportView(this, ImportExportEnum.CSV_ACCOUNTCHARTS_IMPORT)"/> <JMenuItem id="csvImportEntryBooks" onActionPerformed="getHandler().showImportExportView(this, ImportExportEnum.CSV_ENTRYBOOKS_IMPORT)"/> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm