tenfourfox/dom/plugins/ipc/hangui/HangUIDlg.h

19 lines
703 B
C
Raw Normal View History

2017-04-19 07:56:45 +00:00
/* -*- 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