No need for aliases in .menu files.

SVN revision: 30747
This commit is contained in:
Kim Woelders 2007-07-11 08:52:06 +00:00
parent 0d4c5bfcc1
commit f7bd6648de
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
"Desktop Operations" "ROOT" "DESKTOP_SUBMENU"
"Desktop Operations" "ROOT"
"Backgrounds" NULL menu BACKGROUNDS_MENU
"Cleanup Desktop" NULL "desk arrange"
"Goto Next Desktop" NULL "desk next"

View File

@ -1,4 +1,4 @@
"Enlightenment" "ROOT" "ROOT_2"
"Enlightenment" "ROOT"
"User Menus" NULL menu file.menu
"Desktop" NULL menu desktop.menu
"Settings" NULL menu settings.menu

View File

@ -1,4 +1,4 @@
"Maintenance" "ROOT" "MAINT_SUBMENU"
"Maintenance" "ROOT"
"Purge config file cache" NULL exec "sh $EROOT/scripts/e_cache_clean config"
"Purge pager background cache" NULL exec "sh $EROOT/scripts/e_cache_clean pager"
"Purge background selector cache" NULL exec "sh $EROOT/scripts/e_cache_clean bgsel"

View File

@ -1,4 +1,4 @@
"Settings" "ROOT" "CONFIG_SUBMENU"
"Settings" "ROOT"
"Enlightenment Settings ..." NULL "misc cfg"
"Focus Settings ..." NULL "focus cfg"
"Move & Resize Settings ..." NULL "misc cfg moveresize"

View File

@ -1,4 +1,4 @@
"Window Options" "EMPTY" "WINOPS_MENU"
"Window Options" "EMPTY"
"Close" NULL "wop * close"
"Annihilate" NULL "wop * kill"
"Iconify" NULL "wop * iconify"