1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 /* This file has *public* stuff needed for the Win32 implementation of
7 * the nsINativeAppSupport interface. It has to be broken out into a
8 * separate file in order to ensure that the generated .h file can be
9 * used in a Win32 .rc file. See /mozilla/xpfe/bootstrap/splash.rc.
11 * This file, and the generated .h, are only needed on Win32 platforms.
14 // Constants identifying Win32 "native" resources.
17 #define IDI_DOCUMENT 2
18 #define IDI_NEWWINDOW 3
20 // If IDI_PBMODE's index changes, PRIVATE_BROWSING_ICON_INDEX
21 // in BrowserContentHandler.sys.mjs must also be updated.
23 #define IDI_DOCUMENT_PDF 6
24 #ifndef IDI_APPLICATION
25 # define IDI_APPLICATION 32512
28 // String that goes in the WinXP Start Menu.
29 #define IDS_STARTMENU_APPNAME 103