[longomatch/fakelive] Add background to the capturer bin



commit c79d66924d4f8533c031b267c2f9831107d17cac
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Mar 13 13:45:34 2010 +0100

    Add background to the capturer bin

 LongoMatch/Gui/MainWindow.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Gui/MainWindow.cs b/LongoMatch/Gui/MainWindow.cs
index b128622..2f71a6f 100644
--- a/LongoMatch/Gui/MainWindow.cs
+++ b/LongoMatch/Gui/MainWindow.cs
@@ -150,6 +150,7 @@ namespace LongoMatch.Gui
 					Title = "LongoMatch";
 					playerbin1.Visible = false;					
 					capturerBin = new CapturerBin();
+					capturerBin.Logo = System.IO.Path.Combine(MainClass.ImagesDir(),"background.png");
 					capturerBin.CaptureFinished += delegate {
 						CloseOpenedProject(true);	
 					};



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]