From e7bfd5535730dc0dbe4897ae44118006be7cfe2a Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Fri, 5 Jul 2013 16:59:46 +0100 Subject: [PATCH] Change to standard save icon in Notebook toolbar Closes gh-3545 --- IPython/html/static/notebook/js/maintoolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/static/notebook/js/maintoolbar.js b/IPython/html/static/notebook/js/maintoolbar.js index 81df06990..1bf869012 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(); }