[vlc-commits] commit: Qt: reorder views (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Sat Oct 30 11:44:57 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Oct 30 11:44:46 2010 +0200| [f48e8b56ae8254a937aba22b87b61c6e0aa57db8] | committer: Jean-Baptiste Kempf
Qt: reorder views
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f48e8b56ae8254a937aba22b87b61c6e0aa57db8
---
.../gui/qt4/components/playlist/standardpanel.hpp | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/gui/qt4/components/playlist/standardpanel.hpp b/modules/gui/qt4/components/playlist/standardpanel.hpp
index 2143528..3a34945 100644
--- a/modules/gui/qt4/components/playlist/standardpanel.hpp
+++ b/modules/gui/qt4/components/playlist/standardpanel.hpp
@@ -61,8 +61,8 @@ public:
playlist_item_t *, PLSelector *, PLModel * );
virtual ~StandardPLPanel();
- enum { TREE_VIEW = 0,
- ICON_VIEW,
+ enum { ICON_VIEW = 0,
+ TREE_VIEW ,
LIST_VIEW,
PICTUREFLOW_VIEW,
VIEW_COUNT };
@@ -128,8 +128,8 @@ signals:
static const QString viewNames[ StandardPLPanel::VIEW_COUNT ]
- = { qtr( "Detailed View" ),
- qtr( "Icon View" ),
+ = { qtr( "Icon View" ),
+ qtr( "Detailed View" ),
qtr( "List View" ),
qtr( "PictureFlow View ") };
More information about the vlc-commits
mailing list