diff options
author | necoro <> | 2007-03-31 19:29:26 +0000 |
---|---|---|
committer | necoro <> | 2007-03-31 19:29:26 +0000 |
commit | 2d2f6823f5360a5287b4b19d035cad4a5611fa3a (patch) | |
tree | c108aee3dd9a34c1c7dbc68ed87ff4cc65078593 /plugins/etc_proposals.xml | |
parent | 5138b1e23d34e0a72e0c2f4ae52256e14d825320 (diff) | |
download | portato-2d2f6823f5360a5287b4b19d035cad4a5611fa3a.tar.gz portato-2d2f6823f5360a5287b4b19d035cad4a5611fa3a.tar.bz2 portato-2d2f6823f5360a5287b4b19d035cad4a5611fa3a.zip |
Allowed Plugins to have a menu
Diffstat (limited to '')
-rw-r--r-- | plugins/etc_proposals.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/etc_proposals.xml b/plugins/etc_proposals.xml index 5690b98..e4569e1 100644 --- a/plugins/etc_proposals.xml +++ b/plugins/etc_proposals.xml @@ -10,4 +10,9 @@ call = "etc_prop"> <connect type="after" /> </hook> + + <menu + label= "Et_c-Proposals" + call = "etc_prop_menu" + /> </plugin> |