mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
Fixed message, the update notification now contains the filename instead of the version. This way people see what it is.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2152 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
b4bc530ee6
commit
3e3701d3d4
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ namespace Greenshot.Experimental {
|
||||||
if (latestGreenshot != null) {
|
if (latestGreenshot != null) {
|
||||||
MainForm.Instance.NotifyIcon.BalloonTipClicked += HandleBalloonTipClick;
|
MainForm.Instance.NotifyIcon.BalloonTipClicked += HandleBalloonTipClick;
|
||||||
MainForm.Instance.NotifyIcon.BalloonTipClosed += CleanupBalloonTipClick;
|
MainForm.Instance.NotifyIcon.BalloonTipClosed += CleanupBalloonTipClick;
|
||||||
MainForm.Instance.NotifyIcon.ShowBalloonTip(10000, "Greenshot", Language.GetFormattedString(LangKey.update_found, latestGreenshot.Version), ToolTipIcon.Info);
|
MainForm.Instance.NotifyIcon.ShowBalloonTip(10000, "Greenshot", Language.GetFormattedString(LangKey.update_found, latestGreenshot.File), ToolTipIcon.Info);
|
||||||
}
|
}
|
||||||
conf.LastUpdateCheck = DateTime.Now;
|
conf.LastUpdateCheck = DateTime.Now;
|
||||||
IniConfig.Save();
|
IniConfig.Save();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue