From b7fc1e34b7380f166f641f91cb58b4018349a151 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 4 Jan 2007 18:22:08 +0000 Subject: [PATCH] better icon for Designer --- ChangeLog | 1 + libraries/db_links.inc.php | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bbac4340d..a74460695 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $HeadURL$ 2007-01-04 Marc Delisle * pmd/scripts/move.js: avoid text selection when moving a table object under MSIE 6, thanks to Ivan Kirillov + * libraries/db_links.inc.php: better icon for Designer, thanks to I.K. 2007-01-02 Marc Delisle * Designer: various fixes and improvements (for example support diff --git a/libraries/db_links.inc.php b/libraries/db_links.inc.php index 83b0f8f98..9ccd5b173 100644 --- a/libraries/db_links.inc.php +++ b/libraries/db_links.inc.php @@ -72,8 +72,7 @@ $tab_qbe['link'] = 'db_qbe.php'; if ($cfgRelation['designerwork']) { $tab_designer['text'] = $GLOBALS['strDesigner']; - // find something better (like pmd/images/relation.png) - $tab_designer['icon'] = 'b_edit.png'; + $tab_designer['icon'] = 'b_relations.png'; $tab_designer['link'] = 'pmd_general.php'; }