forked from HorizenOfficial/zencash-swing-wallet-ui
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tab names capitalized, Own identity -> My Identity, Send cash -> Send…
… ZCL, syntax
- Loading branch information
Jon Layton
committed
Feb 15, 2018
1 parent
6bd648d
commit 593ac9b
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ public class AboutDialog | |
public AboutDialog(JFrame parent) | ||
throws UnsupportedEncodingException | ||
{ | ||
this.setTitle("About..."); | ||
this.setTitle("About"); | ||
this.setSize(620, 440); | ||
this.setLocation(100, 100); | ||
this.setLocationRelativeTo(parent); | ||
|
@@ -233,7 +233,7 @@ public void actionPerformed(ActionEvent e) { | |
" Copyright (c) 2018 Jon Layton <[email protected]> \n" + | ||
" Donate ZCL: zcF3db2JwLNHa917NfbfFR2EJWXgowFmQ4bvouJEvGmPjLPcH7hyAhpSAFUhm7ANiBJfzMpJHMkp363r7M3GEC8g8oQXJ5n " + | ||
"\n" + | ||
"\n" | ||
"\n" + | ||
" Copyright (c) 2016-2017 Ivan Vaklinov <[email protected]> \n" + | ||
"\n" + | ||
" Permission is hereby granted, free of charge, to any person obtaining a copy\n" + | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters