Add OCR icon literals

This commit is contained in:
Roberto Rosario
2012-09-11 00:14:34 -04:00
parent 93fb5fb85f
commit 7fe25e6c46
2 changed files with 4 additions and 0 deletions

View File

@@ -57,6 +57,8 @@ SCRIPT = 'script'
STORAGE = 'storage'
TABLE = 'table'
TABLE_RELATIONSHIP = 'table_relationship'
TEXT_DROPCAPS = 'text_dropcaps'
TEXT_STRIKETHROUGH = 'text_strikethrough'
TICK = 'tick'
USER = 'user'
USER_ADD = 'user_add'

View File

@@ -56,6 +56,8 @@ DICTIONARY = {
STORAGE: 'storage.png',
TABLE: 'table.png',
TABLE_RELATIONSHIP: 'table_relationship.png',
TEXT_DROPCAPS: 'text_dropcaps.png',
TEXT_STRIKETHROUGH: 'text_strikethrough.png',
TICK: 'tick.png',
USER: 'user.png',
USER_ADD:'user_add.png',