diff options
author | sr55 <[email protected]> | 2010-07-03 14:41:32 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-07-03 14:41:32 +0000 |
commit | ed057cf5f804bb497910aac61040e3ba6325147b (patch) | |
tree | 71f83c3efedccc3c9f05c5213ed2c89142092010 /win/C#/frmMain.resx | |
parent | e71a5fc9de03802003f9c683b84367fee14e43a5 (diff) |
WinGui:
- Improve the way Custom queries are handled form the query editor. It's now hooked up so that the "Add to Queue" feature can warn of duplicates and it will now also display the correct source and destination in the queue window when encoding a custom job.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3421 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.resx')
-rw-r--r-- | win/C#/frmMain.resx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win/C#/frmMain.resx b/win/C#/frmMain.resx index 7f7acfbab..1a0dd48cb 100644 --- a/win/C#/frmMain.resx +++ b/win/C#/frmMain.resx @@ -179,6 +179,12 @@ Note: Commas in names are escaped by a \</value> <metadata name="AudioMenuRowHeightHack.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>392, 54</value>
</metadata>
+ <data name="label34.Text" xml:space="preserve">
+ <value>Here you can alter the query generated by this program. This feature is for one job overriding of the automatic query generation.
+Don't forget to re-generate this query if you change any GUI options.
+Note that this will also override the "Add to Queue" query as well.
+Clear the text box below to return to the internal query generation.</value>
+ </data>
<metadata name="presets_menu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>265, 54</value>
</metadata>
|