From f6dda8fac6d64d3d7acb749c5bc6e5b9491dfa3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 12 Sep 2002 22:27:34 +0000 Subject: [PATCH] fixed credit, typo git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1022 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/prefs/workspaces/Workspaces.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/prefs/workspaces/Workspaces.cpp b/src/prefs/workspaces/Workspaces.cpp index 625105fd9f..1104c9073a 100644 --- a/src/prefs/workspaces/Workspaces.cpp +++ b/src/prefs/workspaces/Workspaces.cpp @@ -1,10 +1,10 @@ /* * Workspaces.cpp - * Open BeOS version alpha 1 by François Revol revol@free.fr + * Open BeOS version alpha 1 by Francois Revol revol@free.fr * - * Workspaces window trick found by Minox on BeShare + * Workspaces window trick found by Michael "Minox" Paine. * (using B_ALL_WORKSPACES as flags in BWindow) - * Found out that using 0xffffffff as Flags was causing the windo not to close on Alt-W + * Found out that using 0xffffffff as Flags was causing the window not to close on Alt-W * hey Workspaces get Flags of Window 0 * gives 0x00008080 which makes it. */