partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 791599d19229c669ddf3271a98f3866c479610a8
parent aad7706081f84db496dab6afae84273ef455fc31
Author: Felicitus <felicitus@felicitus.org>
Date:   Sun, 27 Sep 2015 12:58:13 +0200

Fixed invalid user preference icon

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/MenuBar.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/MenuBar.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/MenuBar.js @@ -132,7 +132,7 @@ Ext.define('PartKeepr.MenuBar', { }, showUserPreferences: function () { var j = new PartKeepr.UserPreferencePanel({ - iconCls: 'web-icon gear', + icon: 'bundles/brainbitsfugueicons/icons/fugue/16/gear.png', closable: true });