Sebastian Gasiorek <zebasoftis(a)gmail.com>
fix for empty control panel applet
Change NUM_APPLETS (2) to NUM_APPLETS (1) because there is only one
applet.
Fixes bug 965.
Modified: trunk/reactos/lib/cpl/intl/intl.c
_____
Modified: trunk/reactos/lib/cpl/intl/intl.c
--- trunk/reactos/lib/cpl/intl/intl.c 2005-11-16 09:41:01 UTC (rev
19261)
+++ trunk/reactos/lib/cpl/intl/intl.c 2005-11-16 11:24:41 UTC (rev
19262)
@@ -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);
Show replies by date