[vlc-commits] Bookmarks: use a better naming
Jean-Baptiste Kempf
git at videolan.org
Tue Jun 12 01:49:44 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun 11 22:18:53 2012 +0200| [04cfd51a4d5be1cd0c43dca570d1dd1e63ff3c01] | committer: Jean-Baptiste Kempf
Bookmarks: use a better naming
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=04cfd51a4d5be1cd0c43dca570d1dd1e63ff3c01
---
modules/gui/qt4/dialogs/bookmarks.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt4/dialogs/bookmarks.cpp b/modules/gui/qt4/dialogs/bookmarks.cpp
index e026201..aeff9dc 100644
--- a/modules/gui/qt4/dialogs/bookmarks.cpp
+++ b/modules/gui/qt4/dialogs/bookmarks.cpp
@@ -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 );
More information about the vlc-commits
mailing list