Sebastian Gasiorek <[email protected]>

fix for empty control panel applet
Change NUM_APPLETS (2) to NUM_APPLETS (1) because there is only one applet.
Fixes bug 965.

svn path=/trunk/; revision=19262
This commit is contained in:
Gé van Geldorp
2005-11-16 11:24:41 +00:00
parent f90f00ecb0
commit 93b46a1a8a
+1 -1
View File
@@ -31,7 +31,7 @@
#include "resource.h"
#define NUM_APPLETS (2)
#define NUM_APPLETS (1)
LONG APIENTRY
Applet(HWND hwnd, UINT uMsg, LONG wParam, LONG lParam);