Add PayPal image to About dialog

This commit is contained in:
Marcel Stör 2017-04-16 21:13:15 +02:00
parent 73b06fc48e
commit 76814d7467
3 changed files with 6 additions and 1 deletions

View File

@ -27,6 +27,11 @@ class AboutDlg(wx.Dialog):
<p>Fork the <a style="color: #004CE5;" href="https://github.com/marcelstoer/nodemcu-pyflasher">project on
GitHub</a> and help improve it for all!</p>
<p>
As with everything I offer for free, this is donation-ware.
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HFN4ZMET5XS2Q"><img src="{0}/images/paypal-256.png" width="256" height="88" alt="Donate with PayPal"></a>
</p>
<p>&copy; 2017 Marcel St&ouml;r. Licensed under MIT.</p>
<p>

View File

@ -12,7 +12,7 @@ from serial.tools import list_ports
from esptool import ESPROM
from argparse import Namespace
__version__ = "1.0.0"
__version__ = "1.0.1"
__supported_baud_rates__ = [9600, 57600, 74880, 115200, 230400, 460800, 921600]
# ---------------------------------------------------------------------------

BIN
images/paypal-256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB