Finish updating and reenabling metadata app

This commit is contained in:
Roberto Rosario
2012-09-11 05:20:35 -04:00
parent 2cb1d7b34c
commit 76b89dfb36
12 changed files with 97 additions and 44 deletions

View File

@@ -59,6 +59,10 @@ DICTIONARY = {
SCRIPT: 'script.png',
STORAGE: 'storage.png',
TABLE: 'table.png',
TABLE_ADD: 'table_add.png',
TABLE_EDIT: 'table_edit.png',
TABLE_DELETE: 'table_delete.png',
TABLE_REFRESH: 'table_refresh.png',
TABLE_RELATIONSHIP: 'table_relationship.png',
TEXT_DROPCAPS: 'text_dropcaps.png',
TEXT_STRIKETHROUGH: 'text_strikethrough.png',
@@ -70,5 +74,9 @@ DICTIONARY = {
VCARD: 'vcard.png',
VCARD_EDIT: 'vcard_edit.png',
WRENCH: 'wrench.png',
XHTML: 'xhtml.png',
XHTML_GO: 'xhtml_go.png',
XHTML_ADD: 'xhtml_add.png',
XHTML_DELETE: 'xhtml_delete.png',
ZOOM: 'zoom.png',
}