From ed9018b64124d634c19af81f5212f9ebc46f5386 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 14 Apr 2016 19:35:59 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-status.js | 2 +- ui (gen4)/features/ui.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui (gen4)/features/ui-status.js b/ui (gen4)/features/ui-status.js index 21fc31c4..0a94779d 100755 --- a/ui (gen4)/features/ui-status.js +++ b/ui (gen4)/features/ui-status.js @@ -424,7 +424,7 @@ var StatusBarActions = actions.Actions({ } } })], - updateStatusBar: ['Interface/Update satus bar', + updateStatusBar: ['- Interface/Update satus bar', function(){ this.toggleStatusBar('!') }], resetStatusBar: ['Interface/Reset status bar', diff --git a/ui (gen4)/features/ui.js b/ui (gen4)/features/ui.js index 5eedb3fa..251e77c6 100755 --- a/ui (gen4)/features/ui.js +++ b/ui (gen4)/features/ui.js @@ -299,12 +299,12 @@ module.ViewerActions = actions.Actions({ // General UI stuff... // NOTE: this is applicable to all uses... - toggleTheme: ['Interface/Toggle viewer theme', + toggleTheme: ['Interface/Theme/Toggle viewer theme', toggler.CSSClassToggler( function(){ return this.ribbons.viewer }, function(){ return this.config.themes }, function(state){ this.config.theme = state }) ], - toggleRibbonTheme: ['Interface/Toggle ribbon theme', + toggleRibbonTheme: ['Interface/Theme/Toggle ribbon theme', toggler.CSSClassToggler( function(){ return this.ribbons.viewer }, function(){ return this.config['ribbon-themes'] },