some tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-03-29 17:23:12 +03:00
parent 4fee1247b2
commit d2df691301
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ var SlideshowActions = actions.Actions({
// click on the first option with a mouse... // click on the first option with a mouse...
// result: // result:
// the top dialog is not focused... // the top dialog is not focused...
slideshowDialog: ['Slideshow/Toggle and options', slideshowDialog: ['Slideshow/Settings and start',
function(){ function(){
var that = this var that = this

View File

@ -698,8 +698,8 @@ module.ViewerActions = actions.Actions({
// toggle chrome on and off... // toggle chrome on and off...
// XXX should this be here??? // XXX should this be here???
toggleChrome: ['Workspace|Interface/Toggle chrome', toggleChrome: ['Interface/Toggle chrome',
core.makeConfigToggler('chrome-visible', ['off', 'on'])], core.makeConfigToggler('chrome-visible', ['on', 'off'])],
}) })
var Viewer = var Viewer =