summaryrefslogtreecommitdiffstats
path: root/win/C#/frmMain.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-04-17 20:56:04 +0000
committersr55 <[email protected]>2008-04-17 20:56:04 +0000
commit8f7fc8b197e02370f95a47c68a01160e9085a9e8 (patch)
tree5066c65e5d0cef198aea0f916a77ccc0a69b1058 /win/C#/frmMain.cs
parent327fd9f7cfd7a379a96ab8c22db4d871ef4bab1f (diff)
WinGui:
- Removed some now redundant code (for last checkin) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1426 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.cs')
-rw-r--r--win/C#/frmMain.cs29
1 files changed, 4 insertions, 25 deletions
diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs
index 2ae2e1b90..541af041b 100644
--- a/win/C#/frmMain.cs
+++ b/win/C#/frmMain.cs
@@ -691,30 +691,6 @@ namespace Handbrake
}
}
- private void check_largeFile_CheckedChanged(object sender, EventArgs e)
- {
- if ((!text_destination.Text.Contains(".mp4")) && (!text_destination.Text.Contains(".m4v")))
- {
- MessageBox.Show("You can only use this option with the .mp4/.m4v file container.", "Warning", MessageBoxButtons.OK, MessageBoxIcon.Warning);
- check_largeFile.CheckState = CheckState.Unchecked;
- }
- }
- private void check_iPodAtom_CheckedChanged(object sender, EventArgs e)
- {
- if ((!text_destination.Text.Contains(".mp4")) && (!text_destination.Text.Contains(".m4v")))
- {
- MessageBox.Show("You can only use this option with the .mp4/.m4v file container.", "Warning", MessageBoxButtons.OK, MessageBoxIcon.Warning);
- check_iPodAtom.CheckState = CheckState.Unchecked;
- }
- }
- private void check_optimiseMP4_Clicked(object sender, EventArgs e)
- {
- if ((!text_destination.Text.Contains(".mp4")) && (!text_destination.Text.Contains(".m4v")))
- {
- MessageBox.Show("You can only use this option with the .mp4/.m4v file container.","Warning",MessageBoxButtons.OK,MessageBoxIcon.Warning);
- check_optimiseMP4.CheckState = CheckState.Unchecked;
- }
- }
//Video Tab
private void text_bitrate_TextChanged(object sender, EventArgs e)
@@ -2210,7 +2186,10 @@ namespace Handbrake
}
#endregion
-
+
+
+
+
// This is the END of the road ------------------------------------------------------------------------------
}
} \ No newline at end of file