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:
parent
e6c85471ff
commit
18865af569
1 changed files with 5 additions and 5 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue