Author: mseidel
Date: Sat Jan 19 09:05:35 2019
New Revision: 1851663
URL: http://svn.apache.org/viewvc?rev=1851663&view=rev
Log:
Re-added entries for Maskcolor.
Will investigate further why this is needed here.
Modified:
openoffice/trunk/main/cui/source/options/treeopt.src
Modified: openoffice/trunk/main/cui/source/options/treeopt.src
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/options/treeopt.src?rev=1851663&r1=1851662&r2=1851663&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/options/treeopt.src (original)
+++ openoffice/trunk/main/cui/source/options/treeopt.src Sat Jan 19 09:05:35
2019
@@ -302,6 +302,7 @@ String RID_RIDER_SLL_PERSONAL
Text [ en-US ] = "Personal certificates" ;
};
+#define MASK_COL MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue =
0xFF00; } ;
#define IMGLST_IDLST \
IdList = { \
SID_GENERAL_OPTIONS; \
@@ -323,14 +324,16 @@ String RID_RIDER_SLL_PERSONAL
ImageList RID_IMGLIST_TREEOPT
{
- Prefix = "tr" ;
- IMGLST_IDLST
+ Prefix = "tr" ;
+ MASK_COL
+ IMGLST_IDLST
};
ImageList RID_IMGLIST_TREEOPT_HC
{
- Prefix = "trh" ;
- IMGLST_IDLST
+ Prefix = "trh" ;
+ MASK_COL
+ IMGLST_IDLST
};
// ********************************************************************** EOF