summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorRoland Scheidegger <rscheidegger@gmx.ch>2004-05-21 14:51:33 +0000
committerRoland Scheidegger <rscheidegger@gmx.ch>2004-05-21 14:51:33 +0000
commit7225a7292a0e2a895607b1b358c64ced6280aacd (patch)
treefbe75395dc4a7a9669190c6bc6a8f0c5d26239b5 /progs
parent254d519c6a55a2700564b99f5ffcd8ba7984ae93 (diff)
(Dieter Nuetzel) fix typo in help screen
Diffstat (limited to 'progs')
-rw-r--r--progs/demos/ipers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/ipers.c b/progs/demos/ipers.c
index 8168034ffd..d43c662234 100644
--- a/progs/demos/ipers.c
+++ b/progs/demos/ipers.c
@@ -357,7 +357,7 @@ printhelp(void)
printstring(GLUT_BITMAP_TIMES_ROMAN_24, "p - Toggle Wire frame");
glRasterPos2i(60, 150);
printstring(GLUT_BITMAP_TIMES_ROMAN_24,
- "b - Toggle GL_EXT_rescale_normal extension");
+ "n - Toggle GL_EXT_rescale_normal extension");
glRasterPos2i(60, 120);
printstring(GLUT_BITMAP_TIMES_ROMAN_24,
"+/- - Increase/decrease the Object maximum LOD");