summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/LogView.xaml
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-10-29 20:17:24 +0000
committersr55 <[email protected]>2011-10-29 20:17:24 +0000
commit2f0f372b09897e703a8d01fe9774aa59c936a013 (patch)
tree2dcac02179e264e6f22745e28d1492b84d715d6c /win/CS/HandBrakeWPF/Views/LogView.xaml
parent00176d7fd3e25fcdb3ce61f313b384d4c2508788 (diff)
WinGui: (WPF) Continued work on the options window. Save Settings, Various functions and place holders for TODO's
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4328 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/LogView.xaml')
-rw-r--r--win/CS/HandBrakeWPF/Views/LogView.xaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Views/LogView.xaml b/win/CS/HandBrakeWPF/Views/LogView.xaml
new file mode 100644
index 000000000..ee6656788
--- /dev/null
+++ b/win/CS/HandBrakeWPF/Views/LogView.xaml
@@ -0,0 +1,8 @@
+<Window x:Class="HandBrakeWPF.Views.LogView"
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ Title="LogView" Height="300" Width="300">
+ <Grid>
+
+ </Grid>
+</Window>