xref: /aoo4110/main/svx/source/src/app.src (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include <svx/svxids.hrc>
25#include "app.hrc"
26
27 //----------------------------------------------------------------------------
28String RID_APPTITLE
29{
30    Text = "%PRODUCTNAME %PRODUCTVERSION %PRODUCTEXTENSION" ;
31};
32
33#define MASKCOLOR		MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
34
35ErrorBox RID_ERRBOX_MODULENOTINSTALLED
36{
37	Buttons = WB_OK ;
38	Message [ en-US ] = "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed.";
39};
40
41#define IMAGE_ID_LIST\
42	IdList = {\
43		SID_HLINKBAR_LINK; \
44		SID_HLINKBAR_SEARCH; \
45		SID_HLINKBAR_TARGET; \
46		SID_HYPERLINK_DIALOG; \
47    };\
48	IdCount = {\
49        4;\
50	};
51
52ImageList RID_DEFAULTIMAGELIST_SC
53{
54    Prefix = "sc";
55	MASKCOLOR
56	IMAGE_ID_LIST
57};
58
59ImageList RID_DEFAULTIMAGELIST_LC
60{
61    Prefix = "lc";
62	MASKCOLOR
63	IMAGE_ID_LIST
64};
65
66ImageList RID_DEFAULTIMAGELIST_SCH
67{
68    Prefix = "sch";
69    MASKCOLOR
70    IMAGE_ID_LIST
71};
72
73ImageList RID_DEFAULTIMAGELIST_LCH
74{
75    Prefix = "lch";
76    MASKCOLOR
77    IMAGE_ID_LIST
78};
79
80// Strings ---------------------------------------------------------------
81
82String RID_DESKTOP
83{
84	Text = "%PRODUCTNAME" ;
85};
86
87