From 4f8d327fd5696bc48bd2ddfdafef4cf1814c3cc5 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 16 Apr 2012 09:22:56 +0000 Subject: [PATCH] replace default icons in user dialog --- static/js/pandora/usersDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/usersDialog.js b/static/js/pandora/usersDialog.js index 3a5e1e6a..fb9ba213 100644 --- a/static/js/pandora/usersDialog.js +++ b/static/js/pandora/usersDialog.js @@ -225,7 +225,7 @@ pandora.ui.usersDialog = function() { id: 'system', operator: '+', title: 'System', - titleImage: 'icon', + titleImage: 'square', visible: true, width: 16 }, @@ -256,7 +256,7 @@ pandora.ui.usersDialog = function() { id: 'browser', operator: '+', title: 'Browser', - titleImage: 'icon', + titleImage: 'circle', visible: true, width: 16 },