From 97cea31b1553e3187f8a9143edaa0a8a752516e9 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 9 Jun 2008 10:24:42 +0000 Subject: [PATCH] added available/required space display --- installer/installer.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installer/installer.h b/installer/installer.h index 8337440..aed9eb0 100644 --- a/installer/installer.h +++ b/installer/installer.h @@ -6,6 +6,9 @@ #define IDC_ALLUSERS 1012 #define IDC_CURRENTUSER 1013 +#define IDC_SPACE1 1032 +#define IDC_SPACE2 1033 + #define IDC_TITLE 1002 #define IDC_LICENSE 1003 #define IDC_BITMAP 1004 -- 1.7.10.4