From e8c927f2e63b4e74bb882eaf1171ee3ecac1ac10 2013-07-05 16:00:16 From: Thomas Kluyver Date: 2013-07-05 16:00:16 Subject: [PATCH] Change to standard save icon in Notebook toolbar Closes gh-3545 --- diff --git a/IPython/html/static/notebook/js/maintoolbar.js b/IPython/html/static/notebook/js/maintoolbar.js index 81df069..1bf8690 100644 --- a/IPython/html/static/notebook/js/maintoolbar.js +++ b/IPython/html/static/notebook/js/maintoolbar.js @@ -26,7 +26,7 @@ var IPython = (function (IPython) { { id : 'save_b', label : 'Save and Checkpoint', - icon : 'icon-hdd', + icon : 'icon-save', callback : function () { IPython.notebook.save_checkpoint(); }