diff options
author | sr55 <[email protected]> | 2009-05-23 14:57:00 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-05-23 14:57:00 +0000 |
commit | ee294958088a96ca232a1334eea6542dd7e30d60 (patch) | |
tree | 56fd62f1f300c731ee3316b52a8d65dc247bc695 /win/C#/Controls/AudioPanel.cs | |
parent | b1ef4b866e0a29e3274d521eb0b768d48195fc9e (diff) |
WinGui:WinGui:
- Stop button, now allows the CLI to cleanly exit by sending ctrl-c rather than killing the process.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2444 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Controls/AudioPanel.cs')
-rw-r--r-- | win/C#/Controls/AudioPanel.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/C#/Controls/AudioPanel.cs b/win/C#/Controls/AudioPanel.cs index 4b44cffed..f65710670 100644 --- a/win/C#/Controls/AudioPanel.cs +++ b/win/C#/Controls/AudioPanel.cs @@ -383,7 +383,5 @@ namespace Handbrake.Controls AudioTrackGroup.Text = "Selected Track: None (Click \"Add Track\" to add)";
}
-
-
}
}
|