Subversion Repositories ES

Rev

Rev 13 | Rev 16 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 15
Line 4... Line 4...
4
   
4
   
5
    <item android:id="@+id/item_options_update"
5
    <item android:id="@+id/item_options_update"
6
          android:title="@string/caption_update" />
6
          android:title="@string/caption_update" />
7
7
8
<!-- android:icon="@drawable/ic_quit" -->          
8
<!-- android:icon="@drawable/ic_quit" -->          
9
9
<!-- 
10
    <item android:id="@+id/quit"
10
    <item android:id="@+id/quit"
11
          android:title="@string/option_quit" />
11
          android:title="@string/option_quit" />
-
 
12
 -->          
12
</menu>
13
</menu>
13
14