blob: 47339acc2107b4a6088af2b9c32be1750ffc6bcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* -*- 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
|