int tsmSetWebBrowser ( const char *browser ) Set the command to run your web browser
Set the command to run your web browser.This function will set the command that is used in order to invoke a web browser on your system. This is used by the tsmShowUrl function when it displays a specified URL. By defaut, tsmShowUrl will assume a browser command of "netscape".
This function takes a copy of the string you pass (strdup).