mpr: Convert Japanese resource to UTF-8.

This commit is contained in:
Muneyuki Noguchi 2008-10-12 17:26:35 +09:00 committed by Alexandre Julliard
parent b2a8627dbd
commit e45e807ed6
1 changed files with 6 additions and 1 deletions

View File

@ -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)