diff --git a/Greenshot/Forms/ImageEditorForm.cs b/Greenshot/Forms/ImageEditorForm.cs index 79416cc81..ebdb37107 100644 --- a/Greenshot/Forms/ImageEditorForm.cs +++ b/Greenshot/Forms/ImageEditorForm.cs @@ -88,7 +88,9 @@ namespace Greenshot { InitializeComponent(); this.Load += delegate { - new Thread(delegate() {AddDestinations();}).Start(); + var thread = new Thread(delegate() {AddDestinations();}); + thread.Name = "add destinations"; + thread.Start(); }; IniConfig.IniChanged += new FileSystemEventHandler(ReloadConfiguration); diff --git a/Greenshot/Languages/language-en-US.xml b/Greenshot/Languages/language-en-US.xml index 02f15b54c..e1d5aa537 100644 --- a/Greenshot/Languages/language-en-US.xml +++ b/Greenshot/Languages/language-en-US.xml @@ -127,8 +127,8 @@ Also, we would highly appreciate if you checked whether a tracker item already e Print Redo {0} Reset size - Rotate counter clockwise - Rotate clockwise + Rotate counter clockwise (Control + ,) + Rotate clockwise (Control + .) Save Save objects to file Save as...