From 89b25e7cc97f6fe221dfd41c4d463500f8a31bc1 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Tue, 25 Jun 2019 23:58:09 -0400
Subject: [PATCH] Edit panel pin state.

---
 cFileSystemPane.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cFileSystemPane.java b/cFileSystemPane.java
index cbc4ddf..98b5413 100644
--- a/cFileSystemPane.java
+++ b/cFileSystemPane.java
@@ -32,7 +32,7 @@
     {
         owner = o;
         
-        setName("File system");
+        setName("Files");
         //System.out.println("layout : " + getLayout());
         //setLayout(new BoxLayout(this, BoxLayout.Y_AXIS));
         //setLayout(new GridBagLayout());

--
Gitblit v1.6.2