mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-22 07:40:00 +01:00
use mozilla browser, firefox does not allow user to pass commandline arguments
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user