1*28c68900SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*28c68900SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*28c68900SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*28c68900SAndrew Rist * distributed with this work for additional information
6*28c68900SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*28c68900SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*28c68900SAndrew Rist * "License"); you may not use this file except in compliance
9*28c68900SAndrew Rist * with the License.  You may obtain a copy of the License at
10*28c68900SAndrew Rist *
11*28c68900SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*28c68900SAndrew Rist *
13*28c68900SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*28c68900SAndrew Rist * software distributed under the License is distributed on an
15*28c68900SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*28c68900SAndrew Rist * KIND, either express or implied.  See the License for the
17*28c68900SAndrew Rist * specific language governing permissions and limitations
18*28c68900SAndrew Rist * under the License.
19*28c68900SAndrew Rist *
20*28c68900SAndrew Rist *************************************************************/
21*28c68900SAndrew Rist
22*28c68900SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "ScriptExecDialog.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirQueryBox DLG_SCRIPTEXEC
27cdf0e10cSrcweir{
28cdf0e10cSrcweir    Buttons = WB_YES_NO ;
29cdf0e10cSrcweir    DefButton = WB_DEF_YES ;
30cdf0e10cSrcweir    Title = "Script execution" ;
31cdf0e10cSrcweir    Message  = "You are about to execute a script. Do you want to execute this script?" ;
32cdf0e10cSrcweir};
33