From de11bafe08915de6513807d2463d14efecf7f250 2011-08-22 00:55:45 From: MinRK Date: 2011-08-22 00:55:45 Subject: [PATCH] underline keyboard shortcut letter on buttons --- diff --git a/IPython/frontend/html/notebook/static/js/savewidget.js b/IPython/frontend/html/notebook/static/js/savewidget.js index de83d1d..148acb6 100644 --- a/IPython/frontend/html/notebook/static/js/savewidget.js +++ b/IPython/frontend/html/notebook/static/js/savewidget.js @@ -112,7 +112,7 @@ var IPython = (function (IPython) { SaveWidget.prototype.status_save = function () { - this.element.find('button#save_notebook').button('option', 'label', 'Save'); + this.element.find('button#save_notebook').button('option', 'label', 'Save'); this.element.find('button#save_notebook').button('enable'); IPython.print_widget.enable(); }; diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index 97bfe60..92154ba 100644 --- a/IPython/frontend/html/notebook/templates/notebook.html +++ b/IPython/frontend/html/notebook/templates/notebook.html @@ -42,7 +42,7 @@ - + Idle @@ -87,29 +87,29 @@
- + Actions
- + - + Format
- + Output
- - + + Insert