File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ private void picEasterEgg_Click(object sender, EventArgs e)
181
181
private void btnDonate_Click ( object sender , EventArgs e )
182
182
{
183
183
// Call the Process.Start method to open the default browser with a URL:
184
- var url = "https://www.paypal.com/donate/?hosted_button_id=US5SMK2DC6TXE " ;
184
+ var url = "https://www.paypal.com/donate/?hosted_button_id=T8QZSFBNAPERL " ;
185
185
System . Diagnostics . Process . Start ( url ) ;
186
186
}
187
187
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ CSV Lint under the `Plugins > CSV Lint` menu item and a CSV Lint icon in the
22
22
toolbar icon.
23
23
24
24
** If you find the CSV Lint plug-in useful you can buy me a coffee!** ☕
25
- [ ![ paypal] ( https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick& hosted_button_id=US5SMK2DC6TXE )
25
+ [ ![ paypal] ( https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif )] ( https://www.paypal.com/donate/? hosted_button_id=T8QZSFBNAPERL )
26
26
27
27
Syntax highlighting colors
28
28
--------------------------
Original file line number Diff line number Diff line change 1
1
CSV Lint - Notepad++ plugin
2
2
===========================
3
- ![ Release version] ( https://img.shields.io/github/v/release/BdR76/CSVLint ) ![ GitHub all releases] ( https://img.shields.io/github/downloads/BdR76/CSVLint/total ) ![ GitHub latest release] ( https://img.shields.io/github/downloads/BdR76/CSVLint/latest/total ) [ ![ Donate] ( https://img.shields.io/badge/Donate-PayPal-green.svg )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick& hosted_button_id=US5SMK2DC6TXE )
3
+ ![ Release version] ( https://img.shields.io/github/v/release/BdR76/CSVLint ) ![ GitHub all releases] ( https://img.shields.io/github/downloads/BdR76/CSVLint/total ) ![ GitHub latest release] ( https://img.shields.io/github/downloads/BdR76/CSVLint/latest/total ) [ ![ Donate] ( https://img.shields.io/badge/Donate-PayPal-green.svg )] ( https://www.paypal.com/donate/? hosted_button_id=T8QZSFBNAPERL )
4
4
5
5
CSV Lint plug-in for [ Notepad++] ( http://notepad-plus-plus.org/ ) adds
6
6
syntax highlighting to [ comma-separated values] ( https://en.wikipedia.org/wiki/Comma-separated_values )
@@ -30,7 +30,7 @@ so if you encounter any bugs or unexpected output I encourage you to [report iss
30
30
CSVLint is based on a prototype project [ Dataset MultiTool] ( https://github.com/BdR76/datasetmultitool )
31
31
32
32
** If you find the CSV Lint plug-in useful you can buy me a coffee!** ☕
33
- [ ![ paypal] ( https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick& hosted_button_id=US5SMK2DC6TXE )
33
+ [ ![ paypal] ( https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif )] ( https://www.paypal.com/donate/? hosted_button_id=T8QZSFBNAPERL )
34
34
35
35
How to install
36
36
--------------
You can’t perform that action at this time.
0 commit comments