summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-21 10:49:22 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-21 10:49:22 +0000
commit8027621b47302c95c1d1eeee1ec3ca04255995fc (patch)
tree0c23d176205302919e757b1071c2f94223cf08d6
parent63515fdef2ad8a058308b541fce4834e2a6d940e (diff)
INTEGRATION: CWS bmpres01 (1.53.148); FILE MERGED
2004/04/27 14:30:53 ka 1.53.148.1: using new resource structure for images
-rw-r--r--basic/source/app/basic.src7
1 files changed, 3 insertions, 4 deletions
diff --git a/basic/source/app/basic.src b/basic/source/app/basic.src
index 18d514472ef0..39b83bdb93cb 100644
--- a/basic/source/app/basic.src
+++ b/basic/source/app/basic.src
@@ -2,9 +2,9 @@
*
* $RCSfile: basic.src,v $
*
- * $Revision: 1.53 $
+ * $Revision: 1.54 $
*
- * last change: $Author: hr $ $Date: 2003-03-18 16:28:23 $
+ * last change: $Author: rt $ $Date: 2004-05-21 11:49:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1295,7 +1295,7 @@ Accelerator MAIN_ACCEL {
ImageList RID_IMGLST_LAYOUT
{
- ImageBitmap = Bitmap { FILE = "images2.bmp" ; };
+ Prefix = "im";
MaskColor = Color { Red = 0xFFFF ; Green = 0xFFFF ; Blue = 0xFFFF ; };
IdList =
{
@@ -1306,7 +1306,6 @@ ImageList RID_IMGLST_LAYOUT
};
};
-
ModelessDialog IDD_EDIT_VAR {
Pos = MAP_APPFONT( 0, 0 );
Size = MAP_APPFONT( 171, 87 );