msrle32: Update Korean resource.
This commit is contained in:
parent
a0639d004d
commit
8dceb07620
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Korean resource file for MS-RLE
|
* Korean resource file for MS-RLE
|
||||||
*
|
*
|
||||||
* Copyright 2005 YunSong Hwang
|
* Copyright 2005,2010 YunSong Hwang
|
||||||
*
|
*
|
||||||
* 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_KOREAN, SUBLANG_DEFAULT
|
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
{
|
{
|
||||||
IDS_NAME "WINE-MS-RLE"
|
IDS_NAME "WINE-MS-RLE"
|
||||||
IDS_DESCRIPTION "Wine MS-RLE 비디오 코덱"
|
IDS_DESCRIPTION "Wine MS-RLE 비디오 코덱"
|
||||||
IDS_ABOUT "Wine MS-RLE 비디오 코덱\nCopyright 2002 by Michael Gunnewig"
|
IDS_ABOUT "Wine MS-RLE 비디오 코덱\nCopyright 2002 by Michael Gunnewig"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue