]> git.sesse.net Git - vlc/commitdiff
Qt: reorder views
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 30 Oct 2010 09:44:46 +0000 (11:44 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 30 Oct 2010 09:44:46 +0000 (11:44 +0200)
modules/gui/qt4/components/playlist/standardpanel.hpp

index 214352802044d9787d305f0108bdcbf8e55ca3d0..3a349457d6cbefd0593fc25a77e6d1fbea73aa71 100644 (file)
@@ -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 ") };