Adding missing invariant comments

This commit is contained in:
Jaex 2014-10-21 21:08:05 +03:00
parent c334e61d11
commit 6af21f6aa6
3 changed files with 4 additions and 3 deletions

View file

@ -617,7 +617,7 @@
</data>
<data name="chURL.Text" xml:space="preserve">
<value>URL</value>
</data>
<comment>@Invariant</comment></data>
<data name="chURL.Width" type="System.Int32, mscorlib">
<value>330</value>
</data>

View file

@ -332,7 +332,7 @@
</data>
<data name="btnMoveUp.Text" xml:space="preserve">
<value>↑</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;btnMoveUp.Name" xml:space="preserve">
<value>btnMoveUp</value>
</data>
@ -359,7 +359,7 @@
</data>
<data name="btnMoveDown.Text" xml:space="preserve">
<value>↓</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;btnMoveDown.Name" xml:space="preserve">
<value>btnMoveDown</value>
</data>

View file

@ -2034,6 +2034,7 @@ private void cmsTray_Opened(object sender, EventArgs e)
{
if (Program.Settings.TrayAutoExpandCaptureMenu)
{
tsmiTrayCapture.Select();
tsmiTrayCapture.ShowDropDown();
}
}