Minor fix

This commit is contained in:
Elias Naur 2005-03-23 10:05:05 +00:00
parent cf978fcf1a
commit 78c2900cd9
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ public class WindowCreationTest {
"ARROW Keys:\tMove window when in non-fullscreen mode\n" +
"L:\t\tList selectable display modes\n" +
"0-8:\t\tSelection of display modes\n" +
"F:\t\tToggle fullscreen" +
"F:\t\tToggle fullscreen\n" +
"SHIFT-F:\t\tToggle fullscreen with Display.destroy()/create() cycle");
WindowCreationTest wct = new WindowCreationTest();