Only forwarded to wine-patches...
Vincent
--- Begin Message ---
- To: Vincent Béron <vberon@mecano.gme.usherb.ca>
- Subject: Re: Small Winecfg win version patch
- From: root <erwinwolffnl@microformatica.com>
- Date: 14 Aug 2003 20:30:24 +0200
- In-reply-to: <1060884962.20967.57.camel@beronski.gme.usherb.ca>
- Organization:
- References: <1060884239.18344.3.camel@erwin.microformatica.com> <1060884962.20967.57.camel@beronski.gme.usherb.ca>
On Thu, 2003-08-14 at 20:16, Vincent Béron wrote:
> Le jeu 14/08/2003 à 14:03, root a écrit :
> > This patch adds Windows 2k3 to the winecfg program.
> >
> > -- E. C. F. Wolff
>
> Please send it to wine-patches if it is for inclusion, and also in
> unified format (diff -u, or equivalent for cvs).
>
> Vincent
>
>
Sorry about that :). Here is the correct one.
Index: properties.c
===================================================================
RCS file: /home/wine/wine/programs/winecfg/properties.c,v
retrieving revision 1.2
diff -u -r1.2 properties.c
--- properties.c 4 Apr 2003 22:13:02 -0000 1.2
+++ properties.c 14 Aug 2003 18:27:20 -0000
@@ -34,6 +34,7 @@
{"win98", "Windows 98"},
{"winme", "Windows ME"},
{"win2k", "Windows 2000"},
+ {"win2k3", "Windows 2003"},
{"winxp", "Windows XP"},
{"", ""}
};
--- End Message ---