Fixes to PR #594 for OAuth
This commit is contained in:
parent
ab8c49aab4
commit
f90340d965
1 changed files with 1 additions and 0 deletions
|
|
@ -1025,6 +1025,7 @@ public class Utility {
|
|||
} catch (IOException e) {
|
||||
JOptionPane.showMessageDialog(Gui.frame, "Bug report failed, please submit manually.",
|
||||
"Bug Report Failed", JOptionPane.ERROR_MESSAGE);
|
||||
e.printStackTrace();
|
||||
Preferences biosimrc = Preferences.userRoot();
|
||||
String command = biosimrc.get("biosim.general.browser", "");
|
||||
command = command + " http://www.github.com/MyersResearchGroup/iBioSim/issues";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue