From c3d6665585a7c8167cd270d58669b4ee1e3168d8 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Wed, 23 Mar 2005 10:06:17 +0000 Subject: [PATCH] Minor fix(2) --- src/java/org/lwjgl/test/WindowCreationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/lwjgl/test/WindowCreationTest.java b/src/java/org/lwjgl/test/WindowCreationTest.java index b52ace5d..63eda2ff 100644 --- a/src/java/org/lwjgl/test/WindowCreationTest.java +++ b/src/java/org/lwjgl/test/WindowCreationTest.java @@ -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()) {