Merge pull request #3548 from takluyver/save-icon

Change to standard save icon in Notebook toolbar

What used to be a hard drive image is now the more traditional floppy image
Paul Ivanov 13 years ago
commit 735ed2c67f

@ -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();
}

Loading…
Cancel
Save