From 7dc9a8879ed29a7693d617afcb48014504ddc4a9 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Tue, 20 Aug 2019 01:19:51 -0400
Subject: [PATCH] Textures from opengameart.

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

diff --git a/ObjEditor.java b/ObjEditor.java
index 93c90ad..93b4b40 100644
--- a/ObjEditor.java
+++ b/ObjEditor.java
@@ -1789,7 +1789,7 @@
         cGridBag creditsPanel = new cGridBag().setVertical(true);
         creditsPanel.setName("Credits");
         
-        cLabel ogaLabel = new cLabel("   Most Skyboxes courtesy of OpenGameArt!", !Globals.NIMBUSLAF);
+        cLabel ogaLabel = new cLabel(" Skyboxes courtesy of OpenGameArt!", !Globals.NIMBUSLAF);
 	creditsPanel.add(ogaLabel);
         
         cButton creditButton;
@@ -1811,7 +1811,7 @@
             }
         });
         
-        ogaLabel = new cLabel("   Download 3D models! (.3ds and .obj only)", !Globals.NIMBUSLAF);
+        ogaLabel = new cLabel(" Download 3D models! (.3ds and .obj only)", !Globals.NIMBUSLAF);
 	creditsPanel.add(ogaLabel);
         
 	creditsPanel.add(creditButton = GetButton("icons/3delicious.png", !Globals.NIMBUSLAF));

--
Gitblit v1.6.2