some more spelling fixes Modified: trunk/reactos/subsys/system/winefile/license.c Modified: trunk/reactos/subsys/system/winefile/resource.h Modified: trunk/reactos/subsys/system/winefile/resource.rc _____
Modified: trunk/reactos/subsys/system/winefile/license.c --- trunk/reactos/subsys/system/winefile/license.c 2005-05-11 14:49:24 UTC (rev 15214) +++ trunk/reactos/subsys/system/winefile/license.c 2005-05-11 14:50:00 UTC (rev 15215) @@ -1,5 +1,5 @@
/* - * Copyright 2000, 2003, 2004 Martin Fuchs + * Copyright 2000, 2003, 2004, 2005 Martin Fuchs * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public _____
Modified: trunk/reactos/subsys/system/winefile/resource.h --- trunk/reactos/subsys/system/winefile/resource.h 2005-05-11 14:49:24 UTC (rev 15214) +++ trunk/reactos/subsys/system/winefile/resource.h 2005-05-11 14:50:00 UTC (rev 15215) @@ -1,5 +1,5 @@
/* - * Copyright 2000, 2003 Martin Fuchs + * Copyright 2000, 2003, 2005 Martin Fuchs * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -71,7 +71,7 @@ #define ID_NO_WARRANTY 0x8002 #define ID_WINDOW_AUTOSORT 0x8003 #define ID_VIEW_FULLSCREEN 0x8004 -#define ID_PREFERED_SIZES 0x8005 +#define ID_PREFERRED_SIZES 0x8005
/* string table */ _____
Modified: trunk/reactos/subsys/system/winefile/resource.rc --- trunk/reactos/subsys/system/winefile/resource.rc 2005-05-11 14:49:24 UTC (rev 15214) +++ trunk/reactos/subsys/system/winefile/resource.rc 2005-05-11 14:50:00 UTC (rev 15215) @@ -25,7 +25,7 @@
#ifndef _NO_EXTENSIONS "X", ID_FILE_EXIT, VIRTKEY, ALT, NOINVERT "S", ID_VIEW_FULLSCREEN, VIRTKEY, SHIFT, CONTROL, NOINVERT - VK_ADD, ID_PREFERED_SIZES, VIRTKEY, CONTROL, NOINVERT + VK_ADD, ID_PREFERRED_SIZES, VIRTKEY, CONTROL, NOINVERT #endif }