Skip to content

Commit

Permalink
Modifying 'about' message to include new source location
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Iverson <[email protected]>
  • Loading branch information
iversc committed Mar 8, 2011
1 parent 1153f56 commit b56e757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified bin/MinecraftSeed.class
Binary file not shown.
4 changes: 2 additions & 2 deletions src/MinecraftSeed.java
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ public void actionPerformed(ActionEvent arg0) {
if(cmd.equals("about"))
{
String message = "Written by Chris Iverson. \n\n" +
"Source code for this program available on request.\n" +
"Send e-mail to cj.no.one@gmail.com.";
"Source code available here:\n" +
"https://github.com/thedarkfreak/Minecraft-Save-Seed-Reader";

JOptionPane.showMessageDialog(panel, message, "About Minecraft Save Seed Reader v" + version.toString(),
JOptionPane.INFORMATION_MESSAGE);
Expand Down

0 comments on commit b56e757

Please sign in to comment.