diff --git a/sd/source/ui/dlg/dlgsnap.cxx b/sd/source/ui/dlg/dlgsnap.cxx index a579959dffaa..957783ed94f7 100644 --- a/sd/source/ui/dlg/dlgsnap.cxx +++ b/sd/source/ui/dlg/dlgsnap.cxx @@ -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();