diff --git a/src/main/java/org/fenix/llanfair/Actions.java b/src/main/java/org/fenix/llanfair/Actions.java
index f4995ce..8d264cc 100644
--- a/src/main/java/org/fenix/llanfair/Actions.java
+++ b/src/main/java/org/fenix/llanfair/Actions.java
@@ -459,12 +459,14 @@ final class Actions {
} catch ( MalformedURLException ex ) {
// $FALL-THROUGH$
}
+ /*
try {
dialog.setDonateLink( new URL( BUNDLE.getString( "donate" ) ),
Llanfair.getResources().getIcon( "donate.png" ) );
} catch ( MalformedURLException ex ) {
// $FALL-THROUGH$
}
+ */
dialog.display();
}
}
diff --git a/src/main/resources/llanfair.properties b/src/main/resources/llanfair.properties
index 36f2e28..406cc6b 100644
--- a/src/main/resources/llanfair.properties
+++ b/src/main/resources/llanfair.properties
@@ -1,5 +1,5 @@
-website = http://www.jenmaarai.com/llanfair
+website = https://github.com/gered/Llanfair
-donate = https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EPTSR32CQTHBY
+# donate = https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EPTSR32CQTHBY
-about =
Llanfair 1.5 "E.Honda" [rev 20]
This application is distributed under the creative commons licence
BY-NC-SA which stipulates that you must abide by the following rules: the application must be redistributed under the same licence, the name(s) of the author(s) must always be cited and you cannot make a commercial use of it.
Author Xunkar
Localization provided by Kokarn (Swedish)
MickeyG (Dutch)
Vulpone (German)
Xunkar (French)
Special Thanks to ChristosOwen & Ketran
\ No newline at end of file
+about =
Llanfair 1.5 (Development Snapshot)
This application is distributed under the creative commons licence BY-NC-SA which stipulates that you must abide by the following rules: the application must be redistributed under the same licence, the name(s) of the author(s) must always be cited and you cannot make a commercial use of it.
NOTE: This version of Llanfair is a fork of the original by Xunkar. Any issues with this version should not be brought to him.
Author
Xunkar
Gered King (minor enhancements only)
Localization provided by
Kokarn (Swedish)
MickeyG (Dutch)
Vulpone (German)
Xunkar (French)
Special Thanks to
ChristosOwen & Ketran
\ No newline at end of file