diff options
author | sr55 <[email protected]> | 2012-03-24 19:18:24 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-03-24 19:18:24 +0000 |
commit | c6401fab7c5f1daf36cdb3f99c640477c19bdc01 (patch) | |
tree | 1a622bb0d37375efcb612beb6049e51fac99ff08 /win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs | |
parent | 1befa4f1a72a9e8b0277b4ff04b0200dd884f6bc (diff) |
WinGui: (WPF) Setup all the Installer (Nightly and Release, x86/64) and Build scripts for the new UI.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4533 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs index 54622b392..731e7d384 100644 --- a/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs @@ -158,7 +158,7 @@ namespace HandBrakeWPF.ViewModels this.queueProcessor = IoC.Get<IQueueProcessor>(); // TODO Instance ID!
// Setup Properties
- this.WindowTitle = "HandBrake WPF Test Application";
+ this.WindowTitle = "HandBrake";
this.CurrentTask = new EncodeTask();
this.ScannedSource = new Source();
|