180fe9c7bSAndrew Rist/**************************************************************
2*0508b79bSmseidel *
380fe9c7bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
480fe9c7bSAndrew Rist * or more contributor license agreements.  See the NOTICE file
580fe9c7bSAndrew Rist * distributed with this work for additional information
680fe9c7bSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
780fe9c7bSAndrew Rist * to you under the Apache License, Version 2.0 (the
880fe9c7bSAndrew Rist * "License"); you may not use this file except in compliance
980fe9c7bSAndrew Rist * with the License.  You may obtain a copy of the License at
10*0508b79bSmseidel *
1180fe9c7bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*0508b79bSmseidel *
1380fe9c7bSAndrew Rist * Unless required by applicable law or agreed to in writing,
1480fe9c7bSAndrew Rist * software distributed under the License is distributed on an
1580fe9c7bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1680fe9c7bSAndrew Rist * KIND, either express or implied.  See the License for the
1780fe9c7bSAndrew Rist * specific language governing permissions and limitations
1880fe9c7bSAndrew Rist * under the License.
19*0508b79bSmseidel *
2080fe9c7bSAndrew Rist *************************************************************/
2180fe9c7bSAndrew Rist
2280fe9c7bSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "updatecheckui.hrc"
25cdf0e10cSrcweir
26*0508b79bSmseidel	Image RID_UPDATE_AVAILABLE_16
27*0508b79bSmseidel	{
28*0508b79bSmseidel		ImageBitmap = Bitmap {File = "onlineupdate_16.png" ;} ;
29*0508b79bSmseidel	};
30*0508b79bSmseidel	Image RID_UPDATE_AVAILABLE_26
31*0508b79bSmseidel	{
32*0508b79bSmseidel		ImageBitmap = Bitmap {File = "onlineupdate_26.png" ;} ;
33*0508b79bSmseidel	};
34*0508b79bSmseidel	Image RID_UPDATE_AVAILABLE_16_HC
35*0508b79bSmseidel	{
36*0508b79bSmseidel		ImageBitmap = Bitmap {File = "onlineupdate_16_h.png" ;} ;
37*0508b79bSmseidel	};
38*0508b79bSmseidel	Image RID_UPDATE_AVAILABLE_26_HC
39*0508b79bSmseidel	{
40*0508b79bSmseidel		ImageBitmap = Bitmap {File = "onlineupdate_26_h.png" ;} ;
41*0508b79bSmseidel	};
42cdf0e10cSrcweir
43*0508b79bSmseidel// ********************************************************************** EOF
44