Commit 0b85c35c authored by Alexandre Julliard's avatar Alexandre Julliard

net: Add missing #pragma codepage in utf-8 resources.

parent 40e8e95c
......@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE
......@@ -42,3 +44,5 @@ STRINGTABLE
STRING_USE_HEADER, "\nStatus Lokal Entfernt\n---------------------------------------------------------------\n"
STRING_USE_ENTRY, "%s %S %S Offene Ressourcen: %lu\n"
}
#pragma code_page(default)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment