comctl32: Fix a typo in comment.
[wine.git] / dlls / winemac.drv / macdrv_res.h
blob865d70e4d622ba20191050df93a6f5d38c12883d
1 /*
2 * Resource ID constants for Mac driver
4 * Copyright (c) 2013 Ken Thomases for CodeWeavers Inc.
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 #ifndef __WINE_MACDRV_RES_H
22 #define __WINE_MACDRV_RES_H
25 /* Strings */
26 #define STRING_MENU_WINE 0x100
27 #define STRING_MENU_ITEM_HIDE_APPNAME 0x101
28 #define STRING_MENU_ITEM_HIDE 0x102
29 #define STRING_MENU_ITEM_HIDE_OTHERS 0x103
30 #define STRING_MENU_ITEM_SHOW_ALL 0x104
31 #define STRING_MENU_ITEM_QUIT_APPNAME 0x105
32 #define STRING_MENU_ITEM_QUIT 0x106
34 #define STRING_MENU_WINDOW 0x110
35 #define STRING_MENU_ITEM_MINIMIZE 0x111
36 #define STRING_MENU_ITEM_ZOOM 0x112
37 #define STRING_MENU_ITEM_ENTER_FULL_SCREEN 0x113
38 #define STRING_MENU_ITEM_BRING_ALL_TO_FRONT 0x114
41 #endif