Open up coherence\includes\admin\register-admin-metabox.php and replace following code:
array( "name" => "Apply link to the image?",
"desc" => "",
"slug" => "media",
"class" => "av_2columns av_col_1",
"id" => "slideshow_link",
"type" => "select",
"std" => "self",
"no_first" => "true",
"subtype" => array('No link'=>'','Open Lightbox when clicked'=>'lightbox','Link to this Post'=>'self','Link to Page'=>'page','Link to Category'=>'cat','Link manually'=>'url'),
),
with:
array( "name" => "Apply link to the image?",
"desc" => "",
"slug" => "media",
"class" => "av_2columns av_col_1",
"id" => "slideshow_link",
"type" => "select",
"std" => "lightbox",
"no_first" => "true",
"subtype" => array('No link'=>'','Open Lightbox when clicked'=>'lightbox','Link to this Post'=>'self','Link to Page'=>'page','Link to Category'=>'cat','Link manually'=>'url'),
),