Latest version may not have a macosx/ subdirectory or even a .pkg installer.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5274
b64f7644-9d1e-0410-96f1-
a4d463321fa5
if (status == NSAlertDefaultReturn)
{
/* User chose to go download vlc (as they rightfully should) so we send them to the vlc site */
- [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://download.videolan.org/libdvdcss/last/macosx/"]];
+ [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://download.videolan.org/libdvdcss/1.2.12/macosx/"]];
}
else if (status == NSAlertAlternateReturn)
{