MSVideo: Improve English resource

Henning Gerhardt henning.gerhardt at web.de
Wed Nov 23 11:10:10 CST 2005


Changelog:
	- move a include from the English resource file to the rsrc.rc
	- add missing language informations to the English resource file


-------------- next part --------------
diff -ru wine/dlls/msvideo/msvfw32_En.rc wine-working/dlls/msvideo/msvfw32_En.rc
--- wine/dlls/msvideo/msvfw32_En.rc	2005-11-22 15:56:40.000000000 +0100
+++ wine-working/dlls/msvideo/msvfw32_En.rc	2005-11-23 17:53:48.000000000 +0100
@@ -16,7 +16,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "msvideo_private.h"
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 
 ICM_CHOOSE_COMPRESSOR DIALOG DISCARDABLE  36, 24, 187, 95
 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
diff -ru wine/dlls/msvideo/rsrc.rc wine-working/dlls/msvideo/rsrc.rc
--- wine/dlls/msvideo/rsrc.rc	2005-11-22 15:56:40.000000000 +0100
+++ wine-working/dlls/msvideo/rsrc.rc	2005-11-23 18:01:36.000000000 +0100
@@ -18,5 +18,6 @@
 
 #include "windef.h"
 #include "winuser.h"
+#include "msvideo_private.h"
 
 #include "msvfw32_En.rc"


More information about the wine-patches mailing list