diff options
author | sr55 <[email protected]> | 2010-08-27 20:09:10 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-08-27 20:09:10 +0000 |
commit | 074c6d3a218bebc98ac1d4cd0bd15c2ff2f42492 (patch) | |
tree | f9fbab79a4ca4d9b8c385bd81e6c5050daf69e7c /win/C#/frmMain.cs | |
parent | 2bc197b2073a28497175e98d0bf6ee0b52652ca0 (diff) |
WinGui:
- Added a new option which allows the autoname feature to output to the source directory. It will append output_ to the start of the filename, if the auto-generated name is the same as the source file.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3496 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.cs')
-rw-r--r-- | win/C#/frmMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs index 57528eddc..a5b131b7e 100644 --- a/win/C#/frmMain.cs +++ b/win/C#/frmMain.cs @@ -1390,7 +1390,7 @@ namespace Handbrake text_destination.Text = autoPath;
else
MessageBox.Show(
- "You currently have \"Automatically name output files\" enabled for the destination file box, but you do not have a default directory set.\n\nYou should set a \"Default Path\" in HandBrakes preferences. (See 'Tools' menu -> 'Options' -> 'General' Tab -> 'Default Path')",
+ "You currently have \"Automatically name output files\" enabled for the destination file box, but you do not have a valid default directory set.\n\nYou should set a \"Default Path\" in HandBrakes preferences. (See 'Tools' menu -> 'Options' -> 'General' Tab -> 'Default Path')",
"Warning", MessageBoxButtons.OK, MessageBoxIcon.Warning);
}
|