better icon for Designer

This commit is contained in:
Marc Delisle
2007-01-04 18:22:08 +00:00
parent 0b1f82cc79
commit b7fc1e34b7
2 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ $HeadURL$
2007-01-04 Marc Delisle <lem9@users.sourceforge.net>
* 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 <lem9@users.sourceforge.net>
* Designer: various fixes and improvements (for example support

View File

@@ -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';
}