diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-03-02 04:10:47 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-03-02 04:10:47 -0500 |
| commit | 6ca53a625db8385b9e18dee083b4961743e1abea (patch) | |
| tree | 653ece6c4e240d74a45c7ad77871a5dc4a7c3443 /data | |
| parent | 9089156780d83a8b8d72df711a895fce9519077b (diff) | |
add cups manager to the default menu
Diffstat (limited to 'data')
| -rw-r--r-- | data/menu.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/menu.xml b/data/menu.xml index b37a552e..b7c0d64f 100644 --- a/data/menu.xml +++ b/data/menu.xml @@ -350,6 +350,15 @@ <startupnotify><enabled>yes</enabled></startupnotify> </action> </item> + <item label="Manage Cups Printers"> + <action name="Execute"> + <command>xdg-open http://localhost:631/</command> + <startupnotify> + <enabled>no</enabled> + <icon>cups</icon> + </startupnotify> + </action> + </item> <separator /> <item label="Reconfigure Openbox"> <action name="Reconfigure" /> |
