shlwapi: Fix French translation.

This commit is contained in:
Frédéric Delanoy 2009-07-08 15:24:55 +02:00 committed by Alexandre Julliard
parent b0f53e1920
commit 45e9d0d2cb
1 changed files with 4 additions and 1 deletions

View File

@ -20,11 +20,14 @@
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Erreur!"
CAPTION "Erreur !"
FONT 8, "MS Shell Dlg"
{
LTEXT "", IDS_ERR_USER_MSG2, 15, 5, 28, 20