mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
RC2, added the version to the support us and help pages, so we can show that the user is using an outdated version.
This commit is contained in:
parent
f0fae00311
commit
8690a6b52b
7 changed files with 13 additions and 6 deletions
|
@ -1006,7 +1006,7 @@ namespace Greenshot {
|
|||
/// <param name="e"></param>
|
||||
private void Contextmenu_donateClick(object sender, EventArgs e) {
|
||||
BeginInvoke((MethodInvoker)delegate {
|
||||
Process.Start("http://getgreenshot.org/support/");
|
||||
Process.Start("http://getgreenshot.org/support/?version=" + Assembly.GetEntryAssembly().GetName().Version);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue