From c1587c1fa2196dbb8f21c137aea2a1752164e359 Mon Sep 17 00:00:00 2001 From: j-dimension Date: Wed, 11 Oct 2023 00:30:56 +0200 Subject: [PATCH] support for french and dutch table headers. close #2119 --- .../client/editors/files/InvoiceDialog.form | 4 +++- .../client/editors/files/InvoiceDialog.java | 18 +++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/InvoiceDialog.form b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/InvoiceDialog.form index 17666f96e..f718291fe 100644 --- a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/InvoiceDialog.form +++ b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/InvoiceDialog.form @@ -871,9 +871,11 @@ - + + + diff --git a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/InvoiceDialog.java b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/InvoiceDialog.java index 79935a35a..8f495babc 100644 --- a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/InvoiceDialog.java +++ b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/InvoiceDialog.java @@ -1372,7 +1372,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) { } }); - cmbTableHeadersLanguage.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { "DE", "EN" })); + cmbTableHeadersLanguage.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { "DE", "EN", "FR", "NL" })); cmbTableHeadersLanguage.setToolTipText("Sprache der Tabellenspaltenbezeichner"); javax.swing.GroupLayout jPanel2Layout = new javax.swing.GroupLayout(jPanel2); @@ -1764,6 +1764,10 @@ private StyledCalculationTable getTimesheetPositionsAsTable(List