From 914255f70cf047897212839cbf3a6722703f4457 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 24 Jun 2019 13:19:16 -0400
Subject: [PATCH] Fix manip window + new icons.

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

diff --git a/cFileSystemPane.java b/cFileSystemPane.java
index a446d0f..56bc5ea 100644
--- a/cFileSystemPane.java
+++ b/cFileSystemPane.java
@@ -26,7 +26,7 @@
     JCheckBox stripCB;
     JCheckBox genUVCB;
 
-    JCheckBox mergeAttributesCB;
+    cCheckBox mergeAttributesCB;
     
     cFileSystemPane(iCallBack o)
     {
@@ -62,10 +62,10 @@
 
         cGridBag fileCommsnds = new cGridBag();
         
-        fileCommsnds.add(refreshButton = new JButton("Refresh")); //, aConstraints);
-                refreshButton.setToolTipText("Refresh entire tree");
         fileCommsnds.add(loadButton = new JButton("Load")); //, aConstraints);
                 loadButton.setToolTipText("Load selected file(s)");
+        fileCommsnds.add(refreshButton = new JButton("Refresh")); //, aConstraints);
+                refreshButton.setToolTipText("Refresh entire tree");
         
         refreshButton.addActionListener(this);
         loadButton.addActionListener(this);

--
Gitblit v1.6.2