Commit 04cfd51a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Bookmarks: use a better naming

parent adcd6fe4
......@@ -150,7 +150,7 @@ void BookmarksDialog::add()
if( !input_Control( p_input, INPUT_GET_BOOKMARK, &bookmark ) )
{
QString name = THEMIM->getIM()->getName()
QString name = THEMIM->getIM()->getName() + " #"
+ QString::number( bookmarksList->topLevelItemCount() );
bookmark.psz_name = const_cast<char *>qtu( name );
......
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