summarylogtreecommitdiffstats
path: root/scilab-jogl-2.3.2.patch
diff options
context:
space:
mode:
authorbartus2020-06-13 17:26:10 +0200
committerbartus2020-06-16 17:56:41 +0200
commit14610844b1308f01ce0695247ae351a980146073 (patch)
treeb52ae08abdd657886bc5982e7b2ce723d9c4cc28 /scilab-jogl-2.3.2.patch
parent60fe4932b6b54e4b98f6ac96e24032aa9ac118c1 (diff)
downloadaur-14610844b1308f01ce0695247ae351a980146073.tar.gz
fix non ascii characters in JoGLCanvas
Diffstat (limited to 'scilab-jogl-2.3.2.patch')
-rw-r--r--scilab-jogl-2.3.2.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/scilab-jogl-2.3.2.patch b/scilab-jogl-2.3.2.patch
index acff05ae379a..583e22a496b5 100644
--- a/scilab-jogl-2.3.2.patch
+++ b/scilab-jogl-2.3.2.patch
@@ -250,6 +250,15 @@ diff --git a/scilab/modules/scirenderer/src/org/scilab/forge/scirenderer/impleme
index a823629..8a776a0 100644
--- a/scilab/modules/scirenderer/src/org/scilab/forge/scirenderer/implementation/jogl/JoGLCanvas.java
+++ b/scilab/modules/scirenderer/src/org/scilab/forge/scirenderer/implementation/jogl/JoGLCanvas.java
+@@ -1,7 +1,7 @@
+ /*
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) 2009-2011 - DIGITEO - Pierre Lando
+- * Copyright (C) 2019 - Stéphane MOTTELET
++ * Copyright (C) 2019 - Stephane MOTTELET
+ *
+ * Copyright (C) 2012 - 2016 - Scilab Enterprises
+ *
@@ -20,17 +20,17 @@ import java.awt.image.BufferedImage;
import java.lang.reflect.InvocationTargetException;
import java.util.concurrent.Semaphore;