From ecff440ceef3ad352aa64cedbb913107ec4863a5 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Tue, 25 Jun 2019 19:19:24 -0400 Subject: [PATCH] Fix regression with refresh --- 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