wrong URL for "Submit bug / Suggest feature / Request for help"
Display disk usage in a smart view, to identify where space is lost.
Brought to you by:
jyl2002
In the "About" dialog there is wrong URL for "Submit bug / Suggest feature / Request for help"
there is http://sourceforge.net/tracker/?group_id=179516 but it does not work
IMHO it should be http://sourceforge.net/p/hdgraph/_list/tickets
Patch:
--- HDGraph/HDGraphGUI/AboutBox.cs.orig 2015-10-08 14:58:20.118408109 +0200
+++ HDGraph/HDGraphGUI/AboutBox.cs 2015-10-08 15:01:12.878411423 +0200
@@ -156,7 +156,7 @@
private void linkLabelBugsAndCo_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
Patch again:
Thanks for the feedback !