change order of video views in view menu

This commit is contained in:
rolux 2012-04-18 08:41:32 +00:00
parent 60f78463e3
commit 2375ea4f91
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ pandora.ui.mainMenu = function() {
}) },
] },
{ id: 'clips', title: 'Open Clips', items: [
{ group: 'videoview', min: 1, max: 1, items: ['timeline', 'player', 'editor'].map(function(view) {
{ group: 'videoview', min: 1, max: 1, items: ['player', 'editor', 'timeline'].map(function(view) {
return {id: view, title: Ox.toTitleCase(view), checked: ui.videoView == view};
}) }
] },