[longomatch] Respect config options in the video export dialog



commit f9912c37342f4536ee9293c81624ae112d59ff67
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Oct 9 20:32:51 2013 +0200

    Respect config options in the video export dialog

 .../Gui/Dialog/VideoEditionProperties.cs           |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Dialog/VideoEditionProperties.cs 
b/LongoMatch.GUI/Gui/Dialog/VideoEditionProperties.cs
index f65b921..cdfd41d 100644
--- a/LongoMatch.GUI/Gui/Dialog/VideoEditionProperties.cs
+++ b/LongoMatch.GUI/Gui/Dialog/VideoEditionProperties.cs
@@ -45,6 +45,8 @@ namespace LongoMatch.Gui.Dialog
                        stdStore = Misc.FillImageFormat (sizecombobox, Config.RenderVideoStandard);
                        encStore = Misc.FillEncodingFormat (formatcombobox, Config.RenderEncodingProfile);
                        qualStore = Misc.FillQuality (qualitycombobox, Config.RenderEncodingQuality);
+                       descriptioncheckbutton.Active = Config.OverlayTitle;
+                       audiocheckbutton.Active = Config.EnableAudio;
                }
                #endregion
 


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