[Feature] Option to only single click instead double click (#125), version 1.0.14.2

This commit is contained in:
Markus Hofknecht 2020-08-06 10:50:49 +02:00
parent 3846c09677
commit c7d9f4cfc5
4 changed files with 5 additions and 5 deletions

View file

@ -39,5 +39,5 @@ using System.Runtime.InteropServices;
// 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.0.14.1")]
[assembly: AssemblyFileVersion("1.0.14.1")]
[assembly: AssemblyVersion("1.0.14.2")]
[assembly: AssemblyFileVersion("1.0.14.2")]

View file

@ -286,7 +286,7 @@ namespace SystemTrayMenu.Resources {
}
/// <summary>
/// Looks up a localized string similar to Single click to start item.
/// Looks up a localized string similar to Single-click to open an item.
/// </summary>
internal static string Single_click_to_start_item {
get {

View file

@ -202,6 +202,6 @@
<value>Taskbar Icon verstecken</value>
</data>
<data name="Single click to start item" xml:space="preserve">
<value>Einzelner Klick, um Item zu starten</value>
<value>Öffnen durch einfachen Klick</value>
</data>
</root>

View file

@ -202,6 +202,6 @@
<value>Hide Taskbar Icon</value>
</data>
<data name="Single click to start item" xml:space="preserve">
<value>Single click to start item</value>
<value>Single-click to open an item</value>
</data>
</root>