OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 18 May 2010 16:23:25 +0000 (16:23 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 18 May 2010 16:23:25 +0000 (16:23 +0000)
commitc5611caf07f6a6257adea3c0a6d664980a2662c7
treece85ae1c15f2a9ede0321c7fba73492b1b0847a8
parent0affb4285a52f5e9d87de1c2836075ec34db5289
WinGui:
- Added an exception window which allows the exceptions to be copied by the user rather than using a message box. (Long overdue).  Moved some of the most common exceptions over to using it.

git-svn-id: svn://localhost/HandBrake/trunk@3301 b64f7644-9d1e-0410-96f1-a4d463321fa5
win/C#/Functions/Main.cs
win/C#/Functions/QueryParser.cs
win/C#/HandBrakeCS.csproj
win/C#/Program.cs
win/C#/Properties/Resources.Designer.cs
win/C#/Properties/Resources.resx
win/C#/Resources/ErrorX.png [new file with mode: 0644]
win/C#/frmExceptionWindow.Designer.cs [new file with mode: 0644]
win/C#/frmExceptionWindow.cs [new file with mode: 0644]
win/C#/frmExceptionWindow.resx [new file with mode: 0644]
win/C#/frmUpdater.Designer.cs