fix #2270 (Find Similar Clips dialog: Previous/Next buttons lack tooltip)

This commit is contained in:
rolux 2014-02-23 19:58:22 +05:30
parent 3536eba87e
commit 466031f839

View file

@ -31,8 +31,8 @@ pandora.ui.similarClipsDialog = function() {
$clipButtons = Ox.ButtonGroup({
buttons: [
{id: 'previous', title: 'left', disabled: true},
{id: 'next', title: 'right', disabled: true}
{id: 'previous', title: 'left', tooltip: Ox._('Previous Clip'), disabled: true},
{id: 'next', title: 'right', tooltip: Ox._('Next Clip'), disabled: true}
],
type: 'image'
})