diff options
Diffstat (limited to 'svx/source/engine3d/float3d.src')
-rw-r--r-- | svx/source/engine3d/float3d.src | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/svx/source/engine3d/float3d.src b/svx/source/engine3d/float3d.src index 5dd8855688f7..3741483ecda3 100644 --- a/svx/source/engine3d/float3d.src +++ b/svx/source/engine3d/float3d.src @@ -4,9 +4,9 @@ * * $RCSfile: float3d.src,v $ * - * $Revision: 1.63 $ + * $Revision: 1.64 $ * - * last change: $Author: ihi $ $Date: 2007-04-19 14:24:59 $ + * last change: $Author: vg $ $Date: 2007-05-22 15:18:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1341,6 +1341,18 @@ Image RID_SVXIMAGE_LIGHT_OFF_H MASKCOLOR }; +Image RID_SVXIMAGE_COLORDLG +{ + ImageBitmap = Bitmap { File = "colordlg.bmp" ; }; + MASKCOLOR +}; + +Image RID_SVXIMAGE_COLORDLG_H +{ + ImageBitmap = Bitmap { File = "colordlg_h.bmp" ; }; + MASKCOLOR +}; + /*Image RID_SVXIMAGE_LIGHT_ON_SELECTED { ImageBitmap = Bitmap { File = "lightons.bmp" ; }; MASKCOLOR |