aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlemort2008-01-15 16:42:32 +0000
committerlemort2008-01-15 16:42:32 +0000
commit3b4a6244a556319d469fc6b396a601451b20fdff (patch)
treee0fd03544aeb9f9dd3cfecf758ba12f88da49b0e
parent7bd99b00a2bb5fd3d30c53bfbac6a30135af0c57 (diff)
downloadtkzinc-3b4a6244a556319d469fc6b396a601451b20fdff.zip
tkzinc-3b4a6244a556319d469fc6b396a601451b20fdff.tar.gz
tkzinc-3b4a6244a556319d469fc6b396a601451b20fdff.tar.bz2
tkzinc-3b4a6244a556319d469fc6b396a601451b20fdff.tar.xz
Correction d'une typo dans le texte decrivant la demo
-rw-r--r--Perl/demos/Tk/demos/zinc_lib/usedamage.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/demos/Tk/demos/zinc_lib/usedamage.pl b/Perl/demos/Tk/demos/zinc_lib/usedamage.pl
index 30e6e4b..1a90020 100644
--- a/Perl/demos/Tk/demos/zinc_lib/usedamage.pl
+++ b/Perl/demos/Tk/demos/zinc_lib/usedamage.pl
@@ -30,7 +30,7 @@ $text->insert('0.0',
'This toy-app illustrates how the -usedamage property can increase TkZinc performance.
The Following operations are possible:
Press "0" to desactivate OpenGL optimization
- Press "1" to activate OpenGL optimization (same result as the old GL_DAMAGE compilation flag). These optimizations work well with Nvidia cards but it creates a stange trail effect with other cards (black trails)
+ Press "1" to activate OpenGL optimization (same result as the old GL_DAMAGE compilation flag). These optimizations work well with Nvidia cards but it creates a strange trail effect with other cards (black trails)
Press "2" to activate OpenGL optimization. These optimizations are a bit slower but they have a much better compatibility'
);