mirror of
https://github.com/greenshot/greenshot
synced 2025-07-14 17:13:44 -07:00
Creating a branch 1.1 where I will try to make the 1.1.7 build available, this means I need to merge some changes from 2.0 to here.
This commit is contained in:
parent
2a8e2475d8
commit
a03bc31aef
247 changed files with 6986 additions and 8233 deletions
|
@ -86,7 +86,6 @@ namespace Greenshot.Experimental {
|
|||
MainForm.Instance.NotifyIcon.ShowBalloonTip(10000, "Greenshot", Language.GetFormattedString(LangKey.update_found, "'" + latestGreenshot.File + "'"), ToolTipIcon.Info);
|
||||
}
|
||||
conf.LastUpdateCheck = DateTime.Now;
|
||||
IniConfig.Save();
|
||||
} catch (Exception e) {
|
||||
LOG.Error("An error occured while checking for updates, the error will be ignored: ", e);
|
||||
}
|
||||
|
@ -107,7 +106,7 @@ namespace Greenshot.Experimental {
|
|||
Process.Start(downloadLink);
|
||||
}
|
||||
} catch (Exception) {
|
||||
MessageBox.Show(Language.GetFormattedString(LangKey.error_openlink, latestGreenshot.Link), Language.GetString(LangKey.error));
|
||||
MessageBox.Show(Language.GetFormattedString(LangKey.error_openlink, downloadLink), Language.GetString(LangKey.error));
|
||||
} finally {
|
||||
MainForm.Instance.NotifyIcon.BalloonTipClicked -= HandleBalloonTipClick;
|
||||
MainForm.Instance.NotifyIcon.BalloonTipClosed -= CleanupBalloonTipClick;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue