write: Convert the Russian resources to UTF-8.
This commit is contained in:
parent
085237fd21
commit
8cc837a817
|
@ -20,9 +20,12 @@
|
|||
|
||||
#include "resources.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_FAILED, "Не удалось запустить Wordpad"
|
||||
IDS_FAILED, "Не удалось запустить Wordpad"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue