diff --git a/j-lawyer-client/src/com/jdimension/jlawyer/client/JKanzleiGUI.form b/j-lawyer-client/src/com/jdimension/jlawyer/client/JKanzleiGUI.form index 150b3cec8..597e3eaed 100755 --- a/j-lawyer-client/src/com/jdimension/jlawyer/client/JKanzleiGUI.form +++ b/j-lawyer-client/src/com/jdimension/jlawyer/client/JKanzleiGUI.form @@ -589,7 +589,6 @@ - @@ -601,7 +600,6 @@ - diff --git a/j-lawyer-client/src/com/jdimension/jlawyer/client/JKanzleiGUI.java b/j-lawyer-client/src/com/jdimension/jlawyer/client/JKanzleiGUI.java index 8ad29964d..062a7a8fb 100755 --- a/j-lawyer-client/src/com/jdimension/jlawyer/client/JKanzleiGUI.java +++ b/j-lawyer-client/src/com/jdimension/jlawyer/client/JKanzleiGUI.java @@ -1643,7 +1643,6 @@ public void actionPerformed(java.awt.event.ActionEvent evt) { mnuInvoicePools.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icons16/material/baseline_receipt_long_black_48dp.png"))); // NOI18N mnuInvoicePools.setText("Rechnungsnummernkreise"); - mnuInvoicePools.setEnabled(false); mnuInvoicePools.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { mnuInvoicePoolsActionPerformed(evt); @@ -1653,7 +1652,6 @@ public void actionPerformed(java.awt.event.ActionEvent evt) { mnuInvoiceTypes.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icons16/material/baseline_receipt_long_black_48dp.png"))); // NOI18N mnuInvoiceTypes.setText("Belegarten"); - mnuInvoiceTypes.setEnabled(false); mnuInvoiceTypes.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { mnuInvoiceTypesActionPerformed(evt); diff --git a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ArchiveFilePanel.form b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ArchiveFilePanel.form index 0b0eb0819..ea441e3ee 100755 --- a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ArchiveFilePanel.form +++ b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ArchiveFilePanel.form @@ -1617,7 +1617,6 @@ - diff --git a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ArchiveFilePanel.java b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ArchiveFilePanel.java index e15981fbf..0621ced63 100755 --- a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ArchiveFilePanel.java +++ b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ArchiveFilePanel.java @@ -2630,7 +2630,6 @@ public void mousePressed(java.awt.event.MouseEvent evt) { cmdNewInvoice.setFont(cmdNewInvoice.getFont()); cmdNewInvoice.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icons/edit_add.png"))); // NOI18N - cmdNewInvoice.setEnabled(false); cmdNewInvoice.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { cmdNewInvoiceActionPerformed(evt); diff --git a/j-lawyer-client/src/com/jdimension/jlawyer/client/utils/VersionUtils.java b/j-lawyer-client/src/com/jdimension/jlawyer/client/utils/VersionUtils.java index b0dd10d77..57c01323a 100755 --- a/j-lawyer-client/src/com/jdimension/jlawyer/client/utils/VersionUtils.java +++ b/j-lawyer-client/src/com/jdimension/jlawyer/client/utils/VersionUtils.java @@ -680,11 +680,11 @@ public static String getClientVersion() { } public static String getPatchLevel() { - return "0"; + return "1"; } public static String getBuild() { - return "1"; + return "0"; } public static boolean isVersionGreater(String referenceVersion, String compareToVersion) {