Remove pink foreign key icon - we already had another one. Use that consistently in both foreign key list and columns list.

This commit is contained in:
Ansgar Becker
2010-02-07 14:23:27 +00:00
parent 17c27c8b58
commit a0ba865f66
3 changed files with 1 additions and 20 deletions

View File

@ -251,7 +251,7 @@ const
ICONINDEX_UNIQUEKEY = 24;
ICONINDEX_FULLTEXTKEY = 22;
ICONINDEX_SPATIALKEY = 126;
ICONINDEX_FOREIGNKEY = 143;
ICONINDEX_FOREIGNKEY = 136;
ICONINDEX_SERVER = 1;
ICONINDEX_DB = 5;
ICONINDEX_DB_HIGHLIGHT = 70;