update about dialog

This commit is contained in:
Gered 2015-12-04 12:22:38 -05:00
parent 8c5fa13683
commit 0faeabecef
2 changed files with 5 additions and 3 deletions

View file

@ -459,12 +459,14 @@ final class Actions {
} catch ( MalformedURLException ex ) { } catch ( MalformedURLException ex ) {
// $FALL-THROUGH$ // $FALL-THROUGH$
} }
/*
try { try {
dialog.setDonateLink( new URL( BUNDLE.getString( "donate" ) ), dialog.setDonateLink( new URL( BUNDLE.getString( "donate" ) ),
Llanfair.getResources().getIcon( "donate.png" ) ); Llanfair.getResources().getIcon( "donate.png" ) );
} catch ( MalformedURLException ex ) { } catch ( MalformedURLException ex ) {
// $FALL-THROUGH$ // $FALL-THROUGH$
} }
*/
dialog.display(); dialog.display();
} }
} }

View file

@ -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 = <html><div width=260 align=justify>Llanfair 1.5 "E.Honda" [rev 20]<br><br>This application is distributed under the creative commons licence <b>BY-NC-SA</b> 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.<br><br><b>Author</b><br>&nbsp;&nbsp;Xunkar<br><br><b>Localization provided by</b><br>&nbsp;&nbsp;Kokarn (Swedish)<br>&nbsp;&nbsp;MickeyG (Dutch)<br>&nbsp;&nbsp;Vulpone (German)<br>&nbsp;&nbsp;Xunkar (French)<br><br><b>Special Thanks to</b><br>&nbsp;&nbsp;ChristosOwen & Ketran</html> about = <html><div width=280 align=justify>Llanfair 1.5 (Development Snapshot) <br><br>This application is distributed under the creative commons licence <b>BY-NC-SA</b> 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.<br><br>NOTE: This version of Llanfair is a fork of the original by Xunkar. Any issues with this version should not be brought to him.<br><br><b>Author</b><br>&nbsp;&nbsp;Xunkar<br>&nbsp;&nbsp;Gered King (minor enhancements only)<br><br><b>Localization provided by</b><br>&nbsp;&nbsp;Kokarn (Swedish)<br>&nbsp;&nbsp;MickeyG (Dutch)<br>&nbsp;&nbsp;Vulpone (German)<br>&nbsp;&nbsp;Xunkar (French)<br><br><b>Special Thanks to</b><br>&nbsp;&nbsp;ChristosOwen & Ketran</html>