use mozilla browser, firefox does not allow user to pass commandline arguments

This commit is contained in:
niels
2015-12-08 22:44:11 +01:00
parent 0eb8c48ae0
commit d42949e50c

View File

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