Author: dcosse Date: 2014-05-19 11:14:17 +0200 (Mon, 19 May 2014) New Revision: 3816 Url: http://forge.chorem.org/projects/lima/repository/revisions/3816 Log: correction du build de la partie swing Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/accountsreports/AccountsReportsView.jaxx Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/accountsreports/AccountsReportsView.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/accountsreports/AccountsReportsView.jaxx 2014-05-17 22:49:21 UTC (rev 3815) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/accountsreports/AccountsReportsView.jaxx 2014-05-19 09:14:17 UTC (rev 3816) @@ -55,7 +55,7 @@ <JLabel id="accountSelectorLabel" text="lima.common.account"/> </cell> <cell weightx="0.5" anchor="east"> - <AccountComboBoxModel id="accountComboboxModel" /> + <org.chorem.lima.ui.common.AccountComboBoxModel id="accountComboboxModel" /> <AccountComboBox id="accountComboBox" model="{accountComboboxModel}" renderer="{new org.chorem.lima.ui.common.AccountListRenderer()}" /> </cell>