]> granicus.if.org Git - handbrake/commit
WinGui: Add a new command line argument to the HandBrake GUI executable (--reset...
authorsr55 <sr55.hb@outlook.com>
Sat, 1 Mar 2014 16:44:34 +0000 (16:44 +0000)
committersr55 <sr55.hb@outlook.com>
Sat, 1 Mar 2014 16:44:34 +0000 (16:44 +0000)
commit319379665d1c25ae634055076658710a44c6eb9f
tree21ee3a63abaccfc5f1a1644a2b8f9fba8c77b712
parent41ccf17f3ce06e9811e4714d300b9d5f8daab71e
WinGui: Add a new command line argument to the HandBrake GUI  executable (--reset). This deletes all preset, user preset and settings file which should result in a full reset to defaults.

Also fixed a small bug on the Add to queue button. Don't actually add an item without a destination.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6091 b64f7644-9d1e-0410-96f1-a4d463321fa5
win/CS/HandBrakeWPF/App.xaml.cs
win/CS/HandBrakeWPF/HandBrakeWPF.csproj
win/CS/HandBrakeWPF/Utilities/HandBrakeApp.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs