From: Loren Merritt Date: Fri, 17 Jun 2005 08:32:56 +0000 (+0000) Subject: VfW: workaround a windows unicode bug. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c4b31daae223b688feb4a6fdef36fce3b1bc6f0;p=libx264 VfW: workaround a windows unicode bug. patch by Leowai. git-svn-id: svn://svn.videolan.org/x264/trunk@265 df754926-b1dd-0310-bc7b-ec298dee348c --- diff --git a/vfw/resource.rc b/vfw/resource.rc index b1da1ea9..f2dbdfd0 100644 --- a/vfw/resource.rc +++ b/vfw/resource.rc @@ -222,12 +222,12 @@ CAPTION "About x264" FONT 8, "MS Sans Serif" BEGIN DEFPUSHBUTTON "OK",IDOK,158,109,48,14 - CTEXT "Copyright 2005 Laurent Aimar, Justin Clay, Min Chen,\nEric Petit, Måns Rullgård, Loren Merritt\n\nThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation", - IDC_STATIC,7,47,199,51 PUSHBUTTON "Visit Homepage",IDC_HOMEPAGE,7,109,77,14 CTEXT "BUILD",IDC_BUILD,13,20,173,8,SS_CENTERIMAGE LTEXT "x264 - H.264/MPEG-4 AVC codec",IDC_X264,53,8,145,8, SS_CENTERIMAGE + CTEXT "Copyright 2005 Laurent Aimar, Justin Clay, Min Chen,\nEric Petit, Måns Rullgård, Loren Merritt\n\nThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation", + IDC_STATIC,7,47,199,51 END IDD_ERRCONSOLE DIALOG DISCARDABLE 0, 0, 264, 130