Menu

#15 wrong URL for "Submit bug / Suggest feature / Request for help"

v. 1.5.1
accepted
jyl
None
7
2015-10-08
2015-10-08
Petr Klíma
No

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)
     {
  • Process.Start("http://sourceforge.net/tracker/?group_id=179516");
  • Process.Start("http://sourceforge.net/p/hdgraph/_list/tickets");
    }
    }
    }

Discussion

  • Petr Klíma

    Petr Klíma - 2015-10-08

    Patch again:

    --- 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)
             {
    
    -            Process.Start("http://sourceforge.net/tracker/?group_id=179516");
    +            Process.Start("http://sourceforge.net/p/hdgraph/_list/tickets");
             }
         }
     }
    
     
  • jyl

    jyl - 2015-10-08
    • status: open --> accepted
    • assigned_to: jyl
     
  • jyl

    jyl - 2015-10-08

    Thanks for the feedback !

     

Log in to post a comment.

MongoDB Logo MongoDB