navipi.src (82177cdb) navipi.src (c2fa47f5)
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

--- 242 unchanged lines hidden (view full) ---

251{
252 Prefix = "nch";
253 MaskColor = SC_HC_MASKCOLOR ;
254 SC_NAVI_CONT_IDLIST
255};
256
257Image RID_IMG_DROP_URL
258{
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

--- 242 unchanged lines hidden (view full) ---

251{
252 Prefix = "nch";
253 MaskColor = SC_HC_MASKCOLOR ;
254 SC_NAVI_CONT_IDLIST
255};
256
257Image RID_IMG_DROP_URL
258{
259 ImageBitmap = Bitmap { File = "dropurl.bmp" ; };
259 ImageBitmap = Bitmap { File = "dropurl.png" ; };
260 MaskColor = STD_MASKCOLOR ;
261};
262Image RID_IMG_DROP_LINK
263{
260 MaskColor = STD_MASKCOLOR ;
261};
262Image RID_IMG_DROP_LINK
263{
264 ImageBitmap = Bitmap { File = "droplink.bmp" ; };
264 ImageBitmap = Bitmap { File = "droplink.png" ; };
265 MaskColor = STD_MASKCOLOR ;
266};
267Image RID_IMG_DROP_COPY
268{
265 MaskColor = STD_MASKCOLOR ;
266};
267Image RID_IMG_DROP_COPY
268{
269 ImageBitmap = Bitmap { File = "dropcopy.bmp" ; };
269 ImageBitmap = Bitmap { File = "dropcopy.png" ; };
270 MaskColor = STD_MASKCOLOR ;
271};
272Image RID_IMG_H_DROP_URL
273{
270 MaskColor = STD_MASKCOLOR ;
271};
272Image RID_IMG_H_DROP_URL
273{
274 ImageBitmap = Bitmap { File = "dropurl_h.bmp" ; };
274 ImageBitmap = Bitmap { File = "dropurl_h.png" ; };
275 MaskColor = SC_HC_MASKCOLOR ;
276};
277Image RID_IMG_H_DROP_LINK
278{
275 MaskColor = SC_HC_MASKCOLOR ;
276};
277Image RID_IMG_H_DROP_LINK
278{
279 ImageBitmap = Bitmap { File = "droplink_h.bmp" ; };
279 ImageBitmap = Bitmap { File = "droplink_h.png" ; };
280 MaskColor = SC_HC_MASKCOLOR ;
281};
282Image RID_IMG_H_DROP_COPY
283{
280 MaskColor = SC_HC_MASKCOLOR ;
281};
282Image RID_IMG_H_DROP_COPY
283{
284 ImageBitmap = Bitmap { File = "dropcopy_h.bmp" ; };
284 ImageBitmap = Bitmap { File = "dropcopy_h.png" ; };
285 MaskColor = SC_HC_MASKCOLOR ;
286};
287
288// content description strings are also used in ScLinkTargetsObj
289
290String SCSTR_CONTENT_ROOT
291{
292 Text [ en-US ] = "Contents" ;

--- 118 unchanged lines hidden ---
285 MaskColor = SC_HC_MASKCOLOR ;
286};
287
288// content description strings are also used in ScLinkTargetsObj
289
290String SCSTR_CONTENT_ROOT
291{
292 Text [ en-US ] = "Contents" ;

--- 118 unchanged lines hidden ---