From 75744612b54ea8d2ba4b34f8fa8391d4e0ca1846 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 25 Mar 2011 00:14:34 +0000 Subject: make windows about window functional make url bar font more acceptable svn path=/trunk/netsurf/; revision=12131 --- windows/resourceid.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'windows/resourceid.h') diff --git a/windows/resourceid.h b/windows/resourceid.h index 57b2b938d..bdec80a30 100644 --- a/windows/resourceid.h +++ b/windows/resourceid.h @@ -41,9 +41,11 @@ #define IDD_DLG_ABOUT 1000 #define IDC_IMG1 1001 -#define IDC_ABOUT_CONTENT 1002 -#define IDC_BTN_CREDITS 1004 -#define IDC_BTN_LICENCE 1005 +#define IDC_ABOUT_VERSION 1002 +#define IDC_ABOUT_TEXT 1003 +#define IDC_ABOUT_COPYRIGHT 1004 +#define IDC_BTN_CREDITS 1005 +#define IDC_BTN_LICENCE 1006 #define IDD_DLG_DOWNLOAD 1100 #define IDC_DOWNLOAD_LABEL 1101 -- cgit v1.2.3