diff options
author | sr55 <[email protected]> | 2010-05-18 16:23:25 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-05-18 16:23:25 +0000 |
commit | 9d86956c37eb3ae8bdb02275aac9e2db8cee187b (patch) | |
tree | ce85ae1c15f2a9ede0321c7fba73492b1b0847a8 /win/C#/Properties/Resources.resx | |
parent | 8ce6a2514aa10e3ad28c34b8933238001b15c7d4 (diff) |
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://svn.handbrake.fr/HandBrake/trunk@3301 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Resources.resx')
-rw-r--r-- | win/C#/Properties/Resources.resx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/win/C#/Properties/Resources.resx b/win/C#/Properties/Resources.resx index 50c4cfe7f..6a320d631 100644 --- a/win/C#/Properties/Resources.resx +++ b/win/C#/Properties/Resources.resx @@ -117,7 +117,7 @@ <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
- <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+ <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="General_Preferences" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\General Preferences.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
@@ -208,4 +208,8 @@ <data name="logo128" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\logo128.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+ <data name="ErrorX" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\ErrorX.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
</root>
\ No newline at end of file |