Commit 384f811f authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

view: Convert French resources to UTF-8.

parent e4b0d328
......@@ -4,7 +4,7 @@
*
* Copyright 1998 Douglas Ridgway
* Copyright 2003 Marcelo Duarte
* Copyright 2003 Vincent Bron
* Copyright 2003 Vincent Béron
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
......@@ -23,6 +23,9 @@
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
/*
......@@ -38,9 +41,9 @@ BEGIN
MENUITEM "&Ouvrir", IDM_OPEN
MENUITEM "&Quitter", IDM_EXIT
END
POPUP "&Dplacement"
POPUP "&Déplacement"
BEGIN
MENUITEM "&Mettre l'chelle", IDM_SET_EXT_TO_WIN
MENUITEM "&Mettre à l'échelle", IDM_SET_EXT_TO_WIN
MENUITEM SEPARATOR
MENUITEM "&Gauche", IDM_LEFT
MENUITEM "&Droite", IDM_RIGHT
......@@ -70,5 +73,5 @@ END
STRINGTABLE DISCARDABLE
BEGIN
IDS_DESCRIPTION "Visionneuse de fichiers Metafile rguliers"
IDS_DESCRIPTION "Visionneuse de fichiers Metafile réguliers"
END
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