msrle32: Convert the German resources to UTF-8.
This commit is contained in:
parent
fa544bbeba
commit
88b5979d27
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* German resource file for MS-RLE
|
* German resource file for MS-RLE
|
||||||
*
|
*
|
||||||
* Copyright 2002 Michael Günnewig
|
* Copyright 2002 Michael Günnewig
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -20,11 +20,13 @@
|
||||||
|
|
||||||
#include "msrle_private.h"
|
#include "msrle_private.h"
|
||||||
|
|
||||||
|
#pragma code_page(65001)
|
||||||
|
|
||||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
STRINGTABLE DISCARDABLE
|
STRINGTABLE DISCARDABLE
|
||||||
{
|
{
|
||||||
IDS_NAME "WINE-MS-RLE"
|
IDS_NAME "WINE-MS-RLE"
|
||||||
IDS_DESCRIPTION "Wine MS-RLE Videodekoder"
|
IDS_DESCRIPTION "Wine MS-RLE Videodekoder"
|
||||||
IDS_ABOUT "Wine MS-RLE Videodekoder\nCopyright 2002 by Michael Günnewig"
|
IDS_ABOUT "Wine MS-RLE Videodekoder\nCopyright 2002 by Michael Günnewig"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue