dpnet/tests: Add a trailing '\n' to some ok() calls.
[wine.git] / programs / view / view.rc
blob478bc0186856881c50825e9d2af9d9818585a606
1 /*
2  * View resources
3  *
4  * Copyright 1998 Douglas Ridgway
5  * Copyright 2003 Marcelo Duarte
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
22 #include "resource.h"
24 #pragma makedep po
26 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
28 VIEW MENU
29 BEGIN
30     POPUP "&File"
31     BEGIN
32         MENUITEM "&Open...",                    IDM_OPEN
33         MENUITEM "E&xit",                       IDM_EXIT
34     END
35     POPUP "&Pan"
36     BEGIN
37       MENUITEM "&Scale to Window",              IDM_SET_EXT_TO_WIN
38       MENUITEM SEPARATOR
39       MENUITEM "&Left",                         IDM_LEFT
40       MENUITEM "&Right",                        IDM_RIGHT
41       MENUITEM "&Up",                           IDM_UP
42       MENUITEM "&Down",                         IDM_DOWN
43     END
44 END
46 STRINGTABLE
47 BEGIN
48     IDS_DESCRIPTION         "Regular Metafile Viewer"
49 END