From 93b46a1a8a7d7ad486df9d70a4ba0097d2ffee70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Wed, 16 Nov 2005 11:24:41 +0000 Subject: [PATCH] Sebastian Gasiorek 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 --- reactos/lib/cpl/intl/intl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/cpl/intl/intl.c b/reactos/lib/cpl/intl/intl.c index 4d1fb9e34d4..037ab3a01a3 100644 --- a/reactos/lib/cpl/intl/intl.c +++ b/reactos/lib/cpl/intl/intl.c @@ -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);