diff options
author | sr55 <[email protected]> | 2011-11-19 21:34:19 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-11-19 21:34:19 +0000 |
commit | 24cfd6cf3e18288052533ea385a6d0b648fac139 (patch) | |
tree | 34a4e4937f36a5a36a7230420a9030fb2b644f74 /win/CS/Controls/AudioPanel.Designer.cs | |
parent | d5844b459d902f6fc19dc13b5ab35fc48e593b95 (diff) |
WinGui: Add a tooltip to the audio panel that explains it's operation a bit better.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4360 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/Controls/AudioPanel.Designer.cs')
-rw-r--r-- | win/CS/Controls/AudioPanel.Designer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/CS/Controls/AudioPanel.Designer.cs b/win/CS/Controls/AudioPanel.Designer.cs index 7f3c58fc9..4498f650b 100644 --- a/win/CS/Controls/AudioPanel.Designer.cs +++ b/win/CS/Controls/AudioPanel.Designer.cs @@ -35,6 +35,7 @@ namespace Handbrake.Controls private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AudioPanel));
this.audioMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.audioList_MoveToTop = new System.Windows.Forms.ToolStripMenuItem();
this.audioList_moveup = new System.Windows.Forms.ToolStripMenuItem();
@@ -265,7 +266,7 @@ namespace Handbrake.Controls this.audioList.ShowRowErrors = false;
this.audioList.Size = new System.Drawing.Size(685, 200);
this.audioList.TabIndex = 67;
- this.ToolTips.SetToolTip(this.audioList, "The audio tracks to be encoded into the output file.");
+ this.ToolTips.SetToolTip(this.audioList, resources.GetString("audioList.ToolTip"));
this.audioList.SelectionChanged += new System.EventHandler(this.audioList_SelectionChanged);
//
// Source
|