summaryrefslogtreecommitdiffstats
path: root/win/C#/Functions/x264Panel.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-04-04 16:09:04 +0000
committersr55 <[email protected]>2008-04-04 16:09:04 +0000
commit8747cd2227c1d7e295e7c6596b6ba32a35be595b (patch)
tree8a1a003d3bf7882bafda9315cc6dee3158c3ca6a /win/C#/Functions/x264Panel.cs
parent65fd8a79dbc5756d41349c22f82c659c892b75bc (diff)
- New Audio Panel (Query Parser, Query Generator, Preset Loader Functions all updated)
This includes minor changes to the UI (e.g in the 'Output Settings' box) - UI Improvments for Windows Vista and XP where non Classic theme is used. - Activity Window can now view the log whilst an encode is going. (Doesn't live update... yet TODO!) - Changed Radio File/Folder option for Source Browse to a single checkbox. Folder view by default. Check "File mode" for file selection dialog. - Misc other UI changes - Update checker won't display an error message during statup if one occurs whilst checking the update. The message was hidden behind the splash screen. This is now not a problem. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1375 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions/x264Panel.cs')
-rw-r--r--win/C#/Functions/x264Panel.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/win/C#/Functions/x264Panel.cs b/win/C#/Functions/x264Panel.cs
index b781a8aad..e585a3939 100644
--- a/win/C#/Functions/x264Panel.cs
+++ b/win/C#/Functions/x264Panel.cs
@@ -307,7 +307,7 @@ namespace Handbrake.Functions
}
- #region Some Private Functions used by the above Public Functions
+ // Some Private Functions used by the above Public Functions
/*
* Used by on_x264_WidgetChange()
* Called when the current x264 option string contains multiple (or a single) item(s) in it seperated by :
@@ -920,7 +920,6 @@ namespace Handbrake.Functions
}
}
}
-
/*
* Take a single option and standardize it. Returns as a String
* Input: String. - Single X264 Option. Name only
@@ -996,7 +995,5 @@ namespace Handbrake.Functions
return cleanOptNameString;
}
-
- #endregion
}
}