mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 23:30:00 +01:00
fix 404 url
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user