From 49d644db559e09137073fa7892cf524aef45d3db Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Fri, 22 Nov 2013 08:58:17 +0000 Subject: [PATCH] * donations make me happy :) --- source/net/sourceforge/filebot/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/net/sourceforge/filebot/Main.java b/source/net/sourceforge/filebot/Main.java index bc235716..938a5bb5 100644 --- a/source/net/sourceforge/filebot/Main.java +++ b/source/net/sourceforge/filebot/Main.java @@ -378,7 +378,7 @@ public class Main { } String message = String.format(Locale.ROOT, "

Thank you for using FileBot!


It has taken many nights to develop this application. If you enjoy using it,
please consider a donation to the author of this software. It will help to
make FileBot even better!

You've renamed %,d files.


", renameCount); - String[] actions = new String[] { "Donate!", "Later" }; + String[] actions = new String[] { "Donate! :)", "Later" }; JOptionPane pane = new JOptionPane(message, INFORMATION_MESSAGE, YES_NO_OPTION, ResourceManager.getIcon("message.donate"), actions, actions[0]); pane.createDialog(null, "Please Donate").setVisible(true); if (pane.getValue() == actions[0]) {