summaryrefslogtreecommitdiffstats
path: root/res/menu/options_menu.xml
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2010-05-01 23:14:07 +0200
committerDavid A. Madore <david+git@madore.org>2010-05-01 23:14:07 +0200
commit1c6eb70f0640269304041982f7514df92b047776 (patch)
tree8e6206a5a0d1a90b45c1c24151012f9718eb5c48 /res/menu/options_menu.xml
parentd19282f8ce9d4256875e37358eda3ee19527d1f6 (diff)
downloadUnicodeMap-1c6eb70f0640269304041982f7514df92b047776.tar.gz
UnicodeMap-1c6eb70f0640269304041982f7514df92b047776.tar.bz2
UnicodeMap-1c6eb70f0640269304041982f7514df92b047776.zip
New feature: decode Unicode character string.
Diffstat (limited to 'res/menu/options_menu.xml')
-rw-r--r--res/menu/options_menu.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/menu/options_menu.xml b/res/menu/options_menu.xml
index d101b1f..34671d0 100644
--- a/res/menu/options_menu.xml
+++ b/res/menu/options_menu.xml
@@ -4,6 +4,8 @@
android:title="@string/menu_go" />
<item android:id="@+id/menuSearch"
android:title="@string/menu_search" />
+ <item android:id="@+id/menuDecode"
+ android:title="@string/menu_decode" />
<item android:id="@+id/menuAbout"
android:title="@string/menu_about" />
</menu>