summaryrefslogtreecommitdiffstats
path: root/dom/plugins/ipc/hangui/HangUIDlg.h
blob: 79cdfc74b4f23f24b872843e29f87584e4e1865b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef mozilla_plugins_HangUIDlg_h
#define mozilla_plugins_HangUIDlg_h

#define IDD_HANGUIDLG 102
#define IDC_MSG 1000
#define IDC_CONTINUE 1001
#define IDC_STOP 1002
#define IDC_NOFUTURE 1003
#define IDC_DLGICON 1004

#endif  // mozilla_plugins_HangUIDlg_h