diff --git a/tutorial/tutorial.html b/tutorial/tutorial.html
index c15c38b396c817bac411c829cf840ec99953255e..1edf1cf84b90359ab85cd537eb0c03d09a24091e 100644
--- a/tutorial/tutorial.html
+++ b/tutorial/tutorial.html
@@ -23,7 +23,7 @@
 <H1>README 1/10</H1>
 [<A HREF="#top">top</A>][prev][<A HREF="#file2">next</A>]
 <PRE>
-$Id: tutorial.html,v 1.42 2003-03-18 19:08:52 geuzaine Exp $
+$Id: tutorial.html,v 1.43 2003-03-28 16:22:31 geuzaine Exp $
 
 Here are the examples in the Gmsh tutorial. These examples are
 commented (both C and C++-style comments can be used in Gmsh input
@@ -393,6 +393,10 @@ General.Color.Text = White;
 Geometry.Color.Points = Orange;
 General.Axes = 0;
 General.Trackball = 0;
+General.RotationCenterGravity = 0;
+General.RotationCenterX = 0;
+General.RotationCenterY = 0;
+General.RotationCenterZ = 0;
 General.RotationX = 10;
 General.RotationY = 70;
 General.TranslationX = -0.2;