minor fixes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-06-08 01:52:21 +04:00
parent 8ae8955825
commit 783f0b7e2e

View File

@ -16,13 +16,13 @@ function setupIndicators(){
.click(function(){ toggleMarkesView() })
showGlobalIndicator(
'marked-only-visible',
'Marked only images visible (shift-F2)')
'Marked only images visible (F3)')
.css('cursor', 'hand')
.click(function(){ toggleMarkedOnlyView() })
showContextIndicator(
'current-image-marked',
'Image is marked (Ins/M)')
'Image is marked (Ins)')
.css('cursor', 'hand')
.click(function(){ toggleImageMark() })
}