File: clock-menu.ui

package info (click to toggle)
gnome-panel 3.58.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 29,616 kB
  • sloc: ansic: 74,929; sh: 5,496; xml: 2,760; makefile: 1,368; sed: 39; python: 3
file content (20 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<interface>
  <menu id="clock-menu">
    <section>
	    <item>
		    <attribute name="label" translatable="yes">Copy Date and _Time</attribute>
		    <attribute name="action">clock.copy-time</attribute>
	    </item>
    </section>
    <section>
	    <item>
		    <attribute name="label" translatable="yes">Ad_just Date &amp; Time</attribute>
		    <attribute name="action">clock.config</attribute>
	    </item>
	    <item>
		    <attribute name="label" translatable="yes">_Preferences</attribute>
		    <attribute name="action">clock.preferences</attribute>
	    </item>
    </section>
    </menu>
</interface>