mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 07:32:23 +00:00
mpr: Convert Japanese resource to UTF-8.
This commit is contained in:
parent
b2a8627dbd
commit
e45e807ed6
@ -18,9 +18,14 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
IDS_ENTIRENETWORK "ネットワーク全体"
|
||||
IDS_ENTIRENETWORK "ネットワーク全体"
|
||||
}
|
||||
|
||||
#pragma code_page(default)
|
||||
|
Loading…
x
Reference in New Issue
Block a user