Paul Vriens : gphoto2.ds: Add the UTF-8 pragma for the Danish resources.
Module: wine Branch: master Commit: 5fc0ccec93ea29aac102548df15853df5a4f5f14 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5fc0ccec93ea29aac102548df1... Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com> Date: Thu Jul 30 19:58:41 2009 +0200 gphoto2.ds: Add the UTF-8 pragma for the Danish resources. --- dlls/gphoto2.ds/gphoto2_Da.rc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/gphoto2.ds/gphoto2_Da.rc b/dlls/gphoto2.ds/gphoto2_Da.rc index c18b77a..5f6c126 100644 --- a/dlls/gphoto2.ds/gphoto2_Da.rc +++ b/dlls/gphoto2.ds/gphoto2_Da.rc @@ -20,6 +20,8 @@ #include "resource.h" +#pragma code_page(65001) + LANGUAGE LANG_DANISH, SUBLANG_DEFAULT IDD_CAMERAUI DIALOG DISCARDABLE 0, 0, 372, 273
participants (1)
-
Alexandre Julliard