diff -r 4d9ebc6fbbe8 -r 43bb1b8ed555 client/src/Iri.Modernisation.Controls/View/WebCamControl/WebCamControl.xaml.cs --- a/client/src/Iri.Modernisation.Controls/View/WebCamControl/WebCamControl.xaml.cs Tue Jan 19 09:49:56 2010 +0100 +++ b/client/src/Iri.Modernisation.Controls/View/WebCamControl/WebCamControl.xaml.cs Mon Jan 25 09:30:22 2010 +0100 @@ -25,7 +25,7 @@ VideoBrush vidBrush = new VideoBrush(); vidBrush.SetSource(_captureSource); VideoScreen.Fill = vidBrush; - + Commands.WebCamControl.CamRecordLanch.Executed += new EventHandler(CamRecordLanch_Executed); Commands.WebCamControl.CamRecordStop.Executed += new EventHandler(CamRecordStop_Executed); Commands.WebCamControl.CamRecordEnd.Executed += new EventHandler(CamRecordEnd_Executed);