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

Commit

Permalink
Fix for locale issues in matching windows
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGuardianWolf committed Feb 15, 2020
1 parent e8fdb9b commit 4e92644
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.0")]
2 changes: 1 addition & 1 deletion lib/TrayBird.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public partial class TrayBird : ApplicationContext
{
public static readonly string Guid = ((GuidAttribute)Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(GuidAttribute), true)[0]).Value;
private static readonly string thunderbirdMainWindowClassName = "MozillaWindowClass";
private static readonly string thunderbirdMainWindowTextEndsWith = "- Mozilla Thunderbird";
private static readonly string thunderbirdMainWindowTextEndsWith = " Mozilla Thunderbird";

private Logger log;

Expand Down
2 changes: 1 addition & 1 deletion netcore/ThunderbirdTray.NETCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>icon.ico</ApplicationIcon>
<Platforms>AnyCPU;x64;x86</Platforms>
<Version>1.3.3</Version>
<Version>1.3.4</Version>
<RootNamespace>ThunderbirdTray</RootNamespace>
<AssemblyName>ThunderbirdTray</AssemblyName>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions netframework/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.0")]

0 comments on commit 4e92644

Please sign in to comment.