Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

Commit

Permalink
Version 1.4.241
Browse files Browse the repository at this point in the history
Fixed being unable to switch profiles when using certain language packs
Removed not yet implemented controls in options
Updated Italian Translation
  • Loading branch information
Jays2Kings committed Feb 13, 2015
1 parent b0edeb6 commit e5a26ee
Show file tree
Hide file tree
Showing 10 changed files with 2,685 additions and 4,662 deletions.
3 changes: 3 additions & 0 deletions DS4Windows.csproj
Expand Up @@ -228,6 +228,9 @@
<EmbeddedResource Include="DS4Windows\DS4Form.pt-BR.resx">
<DependentUpon>DS4Form.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DS4Windows\DS4Form.ro-RO.resx">
<DependentUpon>DS4Form.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DS4Windows\DS4Form.ru-RU.resx">
<DependentUpon>DS4Form.cs</DependentUpon>
</EmbeddedResource>
Expand Down
2 changes: 1 addition & 1 deletion DS4Windows/DS4Form.cs
Expand Up @@ -1073,7 +1073,7 @@ private void lvDebug_ItemActivate(object sender, EventArgs e)
{
ComboBox cb = (ComboBox)sender;
int tdevice = Int32.Parse(cb.Tag.ToString());
if (cb.Items[cb.Items.Count - 1].ToString() == "+New Profile")
if (cb.Items[cb.Items.Count - 1].ToString() == "+" + Properties.Resources.PlusNewProfile)
{
if (cb.SelectedIndex < cb.Items.Count - 1)
{
Expand Down
50 changes: 25 additions & 25 deletions DS4Windows/Options.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5a26ee

Please sign in to comment.