root/trunk/third/nautilus/components/services/summary/nautilus-view/nautilus-summary-view-ui.xml @ 15547

Revision 15547, 0.8 KB (checked in by ghudson, 9 years ago)

This commit was generated by cvs2svn to compensate for changes in r15546,
which included commits to RCS files with non-trunk default branches.

Line 
1<Root>
2<menu>
3        <placeholder name="Services Placeholder">
4                <submenu name="Services">
5                        <placeholder name="Service Items">
6                                <menuitem name="Register" 
7                                        _label="_Register for Eazel Services" 
8                                        _tip="Go to the Eazel Services Registration Form"
9                                        verb="Register"/>
10                                <menuitem name="Login" 
11                                        _label="_Log in to Eazel Services" 
12                                        _tip="Show the log-in dialog box"
13                                        verb="Login"/>
14                                <menuitem name="Preferences" 
15                                        _label="Service _Preferences" 
16                                        _tip="Configure your service preferences"
17                                        verb="Preferences"/>                   
18                                <menuitem name="Logout" 
19                                        _label="_Log out from Eazel Services" 
20                                        _tip="Log out from Eazel Services"
21                                        verb="Logout"/>                 
22                        </placeholder>
23                </submenu>
24        </placeholder>
25</menu>
26</Root>
Note: See TracBrowser for help on using the browser.