Minor fix(2)

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

View File

@ -280,7 +280,7 @@ public class WindowCreationTest {
"L:\t\tList selectable display modes\n" +
"0-8:\t\tSelection of display modes\n" +
"F:\t\tToggle fullscreen\n" +
"SHIFT-F:\t\tToggle fullscreen with Display.destroy()/create() cycle");
"SHIFT-F:\tToggle fullscreen with Display.destroy()/create() cycle");
WindowCreationTest wct = new WindowCreationTest();
if (wct.initialize()) {