INTEGRATION: CWS frmcontrols04 (1.4.70); FILE MERGED

2004/04/16 10:02:41 dv 1.4.70.1: #i26046# RadioButton::SetModeImage() replaced with SetModeRadioImage()
This commit is contained in:
Oliver Bolte 2004-07-05 15:27:01 +00:00
parent e6c85471ff
commit 18865af569

View file

@ -2,9 +2,9 @@
*
* $RCSfile: dlgsnap.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: obo $ $Date: 2004-01-20 10:43:59 $
* last change: $Author: obo $ $Date: 2004-07-05 16:27:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -107,9 +107,9 @@ SdSnapLineDlg::SdSnapLineDlg(
eUIUnit(pView->GetDoc()->GetUIUnit()),
aUIScale(pView->GetDoc()->GetUIScale())
{
aRbPoint.SetModeImage( Image( SdResId( BMP_POINT_H ) ), BMP_COLOR_HIGHCONTRAST );
aRbVert.SetModeImage( Image( SdResId( BMP_VERTICAL_H ) ), BMP_COLOR_HIGHCONTRAST );
aRbHorz.SetModeImage( Image( SdResId( BMP_HORIZONTAL_H ) ), BMP_COLOR_HIGHCONTRAST );
aRbPoint.SetModeRadioImage( Image( SdResId( BMP_POINT_H ) ), BMP_COLOR_HIGHCONTRAST );
aRbVert.SetModeRadioImage( Image( SdResId( BMP_VERTICAL_H ) ), BMP_COLOR_HIGHCONTRAST );
aRbHorz.SetModeRadioImage( Image( SdResId( BMP_HORIZONTAL_H ) ), BMP_COLOR_HIGHCONTRAST );
FreeResource();