ICCVID: Add German resource

Henning Gerhardt henning.gerhardt at web.de
Mon Nov 28 10:05:58 CST 2005


Changelog:
	Add German resource file

-------------- next part --------------
diff -Nur wine/dlls/iccvid/iccvid_De.rc wine-working/dlls/iccvid/iccvid_De.rc
--- wine/dlls/iccvid/iccvid_De.rc	1970-01-01 01:00:00.000000000 +0100
+++ wine-working/dlls/iccvid/iccvid_De.rc	2005-11-28 16:45:23.000000000 +0100
@@ -0,0 +1,26 @@
+/*
+ * Copyright 2005 Dmitry Timoshkov
+ * Copyright 2005 Henning Gerhardt
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+    IDS_NAME "Cinepak Video Codec"
+    IDS_DESCRIPTION "Cinepak Video Codec"
+}
diff -Nur wine/dlls/iccvid/rsrc.rc wine-working/dlls/iccvid/rsrc.rc
--- wine/dlls/iccvid/rsrc.rc	2005-11-28 12:01:55.000000000 +0100
+++ wine-working/dlls/iccvid/rsrc.rc	2005-11-28 16:43:30.000000000 +0100
@@ -19,4 +19,5 @@
 #include "windef.h"
 #include "iccvid_private.h"
 
+#include "iccvid_De.rc"
 #include "iccvid_En.rc"


More information about the wine-patches mailing list