diff options
author | sr55 <[email protected]> | 2008-12-19 13:57:08 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-12-19 13:57:08 +0000 |
commit | ac1f7bafb2f980eda44bd93e507914ae8aa284dc (patch) | |
tree | 236f334148ef44a1caec1b70065b60b71781a37d /win/C#/Properties | |
parent | e3097f34b3f5ba278a90721d131b97890d92e006 (diff) |
WinGui:
- Fixes for a few rather stupid issues with the new queue/mainwindow encode link.
- Got rid of the queue encode progress bar. It's just a pain to keep it working and doesn't really offer much.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2040 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 2 | ||||
-rw-r--r-- | win/C#/Properties/Settings.settings | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index 429e3503c..17391563f 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -301,7 +301,7 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("T:\\\\Program Files\\\\VideoLAN\\\\vlc\\\\vlc.exe")]
+ [global::System.Configuration.DefaultSettingValueAttribute("T:\\Program Files\\VideoLAN\\vlc\\vlc.exe")]
public string VLC_Path {
get {
return ((string)(this["VLC_Path"]));
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index a65215306..42af2949d 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -72,7 +72,7 @@ <Value Profile="(Default)" />
</Setting>
<Setting Name="VLC_Path" Type="System.String" Scope="User">
- <Value Profile="(Default)">T:\\Program Files\\VideoLAN\\vlc\\vlc.exe</Value>
+ <Value Profile="(Default)">T:\Program Files\VideoLAN\vlc\vlc.exe</Value>
</Setting>
<Setting Name="MainWindowMinimize" Type="System.String" Scope="User">
<Value Profile="(Default)">Checked</Value>
|