plugins/docklet/docklet-win32.c

changeset 9863
323e4fe28791
parent 9709
2e73f176cc80
child 10268
862ed5d3f227
--- 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));
 }
 

mercurial