Module: Mesa Branch: 7.8 Commit: 2e995cdf25873756d7e5aad919aac1afe1c75e0d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e995cdf25873756d7e5aad919aac1afe1c75e0d
Author: Aaron Plattner <[email protected]> Date: Wed Apr 21 18:13:19 2010 -0600 progs/demos: Fix the progs/demos/rain help text Signed-off-by: Brian Paul <[email protected]> --- progs/demos/rain.cxx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/progs/demos/rain.cxx b/progs/demos/rain.cxx index 265d90c..60fc414 100644 --- a/progs/demos/rain.cxx +++ b/progs/demos/rain.cxx @@ -158,7 +158,7 @@ static void printhelp(void) glRasterPos2i(60,240); printstring(GLUT_BITMAP_TIMES_ROMAN_24,"l - Increase rain length"); glRasterPos2i(60,210); - printstring(GLUT_BITMAP_TIMES_ROMAN_24,"k - Increase rain length"); + printstring(GLUT_BITMAP_TIMES_ROMAN_24,"k - Decrease rain length"); } static void drawrain(void) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
