From f48a107a2e8822c7efc6c88c704af3e82c176b81 Mon Sep 17 00:00:00 2001 From: gac-x09la Date: Thu, 21 Oct 2021 11:51:57 +0200 Subject: [PATCH] Lens Mode field visibility and hierarchical scan folder. --- plugins/SIStem.form | 2 +- plugins/SIStem.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/SIStem.form b/plugins/SIStem.form index 2b6c8b9..ebe958f 100644 --- a/plugins/SIStem.form +++ b/plugins/SIStem.form @@ -1192,7 +1192,7 @@ - + diff --git a/plugins/SIStem.java b/plugins/SIStem.java index 0667d29..443802e 100644 --- a/plugins/SIStem.java +++ b/plugins/SIStem.java @@ -1483,7 +1483,7 @@ public class SIStem extends PanelProcessor { } }); - buttonSave.setText("Save"); + buttonSave.setText("Save As"); buttonSave.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { buttonSaveActionPerformed(evt);