summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-04 08:57:47 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-04 08:57:47 +0000
commit66741023e1b32e2a9849f78fc39c2abe06d51b76 (patch)
tree09f345ffc7aa6bc4e4d306926ab9b47328d89fea
parentc1ad9a7e0cb24607e0426753d7cc11a748cfe504 (diff)
INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED
2006/07/20 15:35:30 dv 1.1.2.1: Added resources
-rw-r--r--extensions/source/update/ui/updatecheckui.src61
1 files changed, 61 insertions, 0 deletions
diff --git a/extensions/source/update/ui/updatecheckui.src b/extensions/source/update/ui/updatecheckui.src
new file mode 100644
index 000000000000..d875e06e2fca
--- /dev/null
+++ b/extensions/source/update/ui/updatecheckui.src
@@ -0,0 +1,61 @@
+/*************************************************************************
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: updatecheckui.src,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: ihi $ $Date: 2006-08-04 09:57:47 $
+ *
+ * The Contents of this file are made available subject to
+ * the terms of GNU Lesser General Public License Version 2.1.
+ *
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2005 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ ************************************************************************/
+
+#include "updatecheckui.hrc"
+
+#define STD_MASK_COLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
+
+ Image RID_UPDATE_AVAILABLE_16
+ {
+ ImageBitmap = Bitmap{ file = "onlineupdate_16.png"; };
+ STD_MASK_COLOR
+ };
+ Image RID_UPDATE_AVAILABLE_26
+ {
+ ImageBitmap = Bitmap{ file = "onlineupdate_26.png"; };
+ STD_MASK_COLOR
+ };
+ Image RID_UPDATE_AVAILABLE_16_HC
+ {
+ ImageBitmap = Bitmap{ file = "onlineupdate_16_h.png"; };
+ STD_MASK_COLOR
+ };
+ Image RID_UPDATE_AVAILABLE_26_HC
+ {
+ ImageBitmap = Bitmap{ file = "onlineupdate_26_h.png"; };
+ STD_MASK_COLOR
+ };
+
+