Commit d06c11b5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Bookmarks: close #1661

parent 543a1419
......@@ -141,7 +141,8 @@ void BookmarksDialog::add()
seekpoint_t bookmark;
vlc_value_t pos;
bookmark.psz_name = NULL;
bookmark.psz_name = qtu( THEMIM->getIM()->getName() +
QString("_%1" ).arg( bookmarksList->topLevelItemCount() ) );
bookmark.i_byte_offset = 0;
bookmark.i_time_offset = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment