fix 404 url

This commit is contained in:
niels
2015-04-23 23:45:43 +02:00
parent 6ba7744412
commit 0664f15990

View File

@@ -3182,8 +3182,7 @@ void donatenow()
{ {
char URL[512]; char URL[512];
snprintf(URL , sizeof(URL), snprintf(URL , sizeof(URL),
"firefox \"http://www.veejayhq.net/donate\"" ); "firefox \"http://www.veejayhq.net/contributing\"" );
printf(URL); printf(URL);
system(URL); system(URL);