"input found. A stream must be playing or paused for "
"bookmarks to work."));
if(!p_input){
NSBeginCriticalAlertSheet(_NS("No input"),_NS("OK"),@"",@"",o_bookmarks_window,nil,nil,nil,nil,_NS("No input found. A stream must be playing or paused for bookmarks to work."));
return;
}
if(p_old_input!=p_input)
{
NSBeginCriticalAlertSheet(_NS("Input has changed"),_NS("OK"),
"has changed, unable to save bookmark. Suspending playback with "
"\"Pause\" while editing bookmarks to ensure to keep the same "
"input."));
if(p_old_input!=p_input){
NSBeginCriticalAlertSheet(_NS("Input has changed"),_NS("OK"),@"",@"",o_bookmarks_window,nil,nil,nil,nil,_NS("Input has changed, unable to save bookmark. Suspending playback with \"Pause\" while editing bookmarks to ensure to keep the same input."));
_NS("The stream must be playing or paused for bookmarks to work."));
if(!p_input){
NSBeginCriticalAlertSheet(_NS("No input found"),_NS("OK"),@"",@"",o_bookmarks_window,nil,nil,nil,nil,_NS("The stream must be playing or paused for bookmarks to work."));