| Vincent Béron | 481701b | 2003-09-16 01:02:11 +0000 | [diff] [blame] | 1 | /* |
| 2 | * View |
| 3 | * French Language Support |
| 4 | * |
| 5 | * Copyright 1998 Douglas Ridgway |
| 6 | * Copyright 2003 Marcelo Duarte |
| Frédéric Delanoy | 384f811 | 2009-07-09 22:40:33 +0200 | [diff] [blame] | 7 | * Copyright 2003 Vincent Béron |
| Vincent Béron | 481701b | 2003-09-16 01:02:11 +0000 | [diff] [blame] | 8 | * |
| 9 | * This library is free software; you can redistribute it and/or |
| 10 | * modify it under the terms of the GNU Lesser General Public |
| 11 | * License as published by the Free Software Foundation; either |
| 12 | * version 2.1 of the License, or (at your option) any later version. |
| 13 | * |
| 14 | * This library is distributed in the hope that it will be useful, |
| 15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 17 | * Lesser General Public License for more details. |
| 18 | * |
| 19 | * You should have received a copy of the GNU Lesser General Public |
| 20 | * License along with this library; if not, write to the Free Software |
| Jonathan Ernst | 360a3f9 | 2006-05-18 14:49:52 +0200 | [diff] [blame] | 21 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA |
| Vincent Béron | 481701b | 2003-09-16 01:02:11 +0000 | [diff] [blame] | 22 | */ |
| 23 | |
| Michael Stefaniuc | c135e06 | 2009-07-02 00:30:31 +0200 | [diff] [blame] | 24 | #include "resource.h" |
| 25 | |
| Frédéric Delanoy | 384f811 | 2009-07-09 22:40:33 +0200 | [diff] [blame] | 26 | /* UTF-8 */ |
| 27 | #pragma code_page(65001) |
| 28 | |
| Vincent Béron | 481701b | 2003-09-16 01:02:11 +0000 | [diff] [blame] | 29 | LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL |
| 30 | |
| Vincent Béron | 481701b | 2003-09-16 01:02:11 +0000 | [diff] [blame] | 31 | |
| 32 | VIEW ACCELERATORS |
| 33 | BEGIN |
| Pavel Roskin | 7035adc | 2003-10-04 04:21:19 +0000 | [diff] [blame] | 34 | "Q", IDM_EXIT, VIRTKEY, CONTROL |
| Vincent Béron | 481701b | 2003-09-16 01:02:11 +0000 | [diff] [blame] | 35 | END |