Added hex editor by day oh, ported it to snowglobe trunk

This commit is contained in:
Hazim Gazov
2010-04-03 06:07:25 -03:00
parent 7a86d01598
commit 772f12eb43
21 changed files with 3204 additions and 7 deletions

View File

@@ -127,5 +127,6 @@ const std::string
LL_FLYOUT_BUTTON_ITEM_TAG("flyout_button_item"),
LL_SIMPLE_TEXT_EDITOR_TAG("simple_text_editor"),
LL_RADIO_ITEM_TAG("radio_item"),
LL_PROGRESS_BAR_TAG("progress_bar");
LL_PROGRESS_BAR_TAG("progress_bar"),
DO_HEX_EDITOR_TAG("hex_editor");
#endif