summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2010-04-27 04:13:20 +0200
committerDavid A. Madore <david+git@madore.org>2010-04-27 04:13:20 +0200
commitd6faabdfba24aa85683f21595661063166a3d940 (patch)
tree29e5bcd8a9e63dfcee1c85b3472b4f6d41006b18 /res/menu
parent1796a65fd4803ca107ea0eec2e158216d8e86e74 (diff)
downloadUnicodeMap-d6faabdfba24aa85683f21595661063166a3d940.tar.gz
UnicodeMap-d6faabdfba24aa85683f21595661063166a3d940.tar.bz2
UnicodeMap-d6faabdfba24aa85683f21595661063166a3d940.zip
Add a very hastily written "about".
Diffstat (limited to 'res/menu')
-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 a187813..2cb4eb9 100644
--- a/res/menu/options_menu.xml
+++ b/res/menu/options_menu.xml
@@ -2,4 +2,6 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/menuSearch"
android:title="@string/menu_search" />
+ <item android:id="@+id/menuAbout"
+ android:title="@string/menu_about" />
</menu>