--- a/plugins/docklet/docklet-win32.c Wed Aug 25 02:04:38 2004 +0000 +++ b/plugins/docklet/docklet-win32.c Wed Aug 25 03:09:08 2004 +0000 @@ -128,7 +128,7 @@ RegisterClassEx(&wcex); - // Create the window + /* Create the window */ return (CreateWindow(wname, "", 0, 0, 0, 0, 0, GetDesktopWindow(), NULL, wgaim_hinstance(), 0)); }