diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-03-03 08:36:24 -0500 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-03-03 17:00:17 +0100 |
| commit | 40996c42b3b3dae96338abac1a250a905d0fd8d9 (patch) | |
| tree | c576ff2500579f1f142ba1e189268c9d8a473fcb /data | |
| parent | d394d8c613b8b85cd3ee92b6114716e57f8d03ce (diff) | |
add xfce-settings-show to the default menu
Diffstat (limited to 'data')
| -rw-r--r-- | data/menu.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/menu.xml b/data/menu.xml index 51b1a96b..61fba664 100644 --- a/data/menu.xml +++ b/data/menu.xml @@ -350,6 +350,12 @@ <startupnotify><enabled>yes</enabled></startupnotify> </action> </item> + <item label="Xfce Settings"> + <action name="Execute"> + <command>xfce-setting-show</command> + <startupnotify><enabled>yes</enabled></startupnotify> + </action> + </item> <item label="Manage Cups Printers"> <action name="Execute"> <command>xdg-open http://localhost:631/</command> |
