Skip to content

Commit f0ac835

Browse files
author
David Schmidt
committed
Update soruceforge references to adtpro.com
1 parent 93d3dfc commit f0ac835

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

org/adtpro/gui/Gui.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ADTPro - Apple Disk Transfer ProDOS
3-
* Copyright (C) 2006 - 2014 by David Schmidt
3+
* Copyright (C) 2006 - 2016 by David Schmidt
44
* david__schmidt at users.sourceforge.net
55
*
66
* 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
695695
}
696696
else if (e.getActionCommand().equals(Messages.getString("Gui.Website"))) //$NON-NLS-1$
697697
{
698-
BareBonesBrowserLaunch.openURL("http://adtpro.sourceforge.net");
698+
BareBonesBrowserLaunch.openURL("http://adtpro.com");
699699
}
700700
else if (e.getActionCommand().equals(Messages.getString("Gui.CD"))) //$NON-NLS-1$
701701
{

0 commit comments

Comments
 (0)