We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d3dfc commit f0ac835Copy full SHA for f0ac835
1 file changed
org/adtpro/gui/Gui.java
@@ -1,6 +1,6 @@
1
/*
2
* ADTPro - Apple Disk Transfer ProDOS
3
- * Copyright (C) 2006 - 2014 by David Schmidt
+ * Copyright (C) 2006 - 2016 by David Schmidt
4
* david__schmidt at users.sourceforge.net
5
*
6
* This program is free software; you can redistribute it and/or modify it
@@ -695,7 +695,7 @@ else if (e.getActionCommand().equals(Messages.getString("Gui.About"))) //$NON-NL
695
}
696
else if (e.getActionCommand().equals(Messages.getString("Gui.Website"))) //$NON-NLS-1$
697
{
698
- BareBonesBrowserLaunch.openURL("http://adtpro.sourceforge.net");
+ BareBonesBrowserLaunch.openURL("http://adtpro.com");
699
700
else if (e.getActionCommand().equals(Messages.getString("Gui.CD"))) //$NON-NLS-1$
701
0 commit comments