Change hint for printing from toolbar in the view mode.
This commit is contained in:
parent
3c769f883e
commit
948bb630bf
|
@ -263,7 +263,7 @@ define([
|
|||
}
|
||||
|
||||
if ( me.btnPrint ) {
|
||||
me.btnPrint.updateHint(me.tipPrint);
|
||||
me.btnPrint.updateHint(me.tipPrint + Common.Utils.String.platformKey('Ctrl+P'));
|
||||
me.btnPrint.on('click', function (e) {
|
||||
me.fireEvent('print', me);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue