[longomatch] Set the logo in the capturer bin



commit 2eff9985bfbb2b1fb98d37c3dd219dcae9e42ba8
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Jul 26 22:16:35 2010 +0200

    Set the logo in 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 b1bc9bd..36fca40 100644
--- a/LongoMatch/Gui/MainWindow.cs
+++ b/LongoMatch/Gui/MainWindow.cs
@@ -92,6 +92,7 @@ namespace LongoMatch.Gui
 			playerbin1.LogoMode = true;
 			
 			capturerBin.Visible = false;
+			playerbin1.Logo = System.IO.Path.Combine(MainClass.ImagesDir(),"background.png");
 			capturerBin.CaptureFinished += delegate {
 						CloseCaptureProject();};
 			



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