From: <dom...@us...> - 2019-05-10 13:09:54
|
Revision: 901 http://sourceforge.net/p/fvwm-crystal/code/901 Author: dominique_libre Date: 2019-05-10 13:09:50 +0000 (Fri, 10 May 2019) Log Message: ----------- Fvwm-Crystal-Menu: change menu order Modified Paths: -------------- ChangeLog fvwm/components/functions/Fvwm-Crystal-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2019-05-10 13:06:30 UTC (rev 900) +++ ChangeLog 2019-05-10 13:09:50 UTC (rev 901) @@ -16,6 +16,7 @@ functions/Exit + scripts/ScreenLidSuspend: add screen lid suspend menu and function. functions/Media-Music-functions: alsaplayer style change + functions/Fvwm-Crystal-Menu: change menu order mercredi 21 mars 2019 bin/fvwm-crystal.generate-menu: fix Science which is now a main category Modified: fvwm/components/functions/Fvwm-Crystal-Menu =================================================================== --- fvwm/components/functions/Fvwm-Crystal-Menu 2019-05-10 13:06:30 UTC (rev 900) +++ fvwm/components/functions/Fvwm-Crystal-Menu 2019-05-10 13:09:50 UTC (rev 901) @@ -29,10 +29,10 @@ # Use DynamicPopUpAction; the menu can be redifined into the recipe DestroyMenu /FVWM-Crystal AddToMenu /FVWM-Crystal ++ '%22x22/fvwm-crystal/fvwm-crystal.png%$[gt.FVWM-Crystal documentation]' Popup /Developer/FVWM-Crystal-Documentation ++ "" Nop + '%22x22/fvwm-crystal/audio-x-generic.png%$[gt.Music]' Popup /Music + "" Nop -+ '%22x22/fvwm-crystal/fvwm-crystal.png%$[gt.FVWM-Crystal documentation]' Popup /Developer/FVWM-Crystal-Documentation -+ "" Nop Test (x xrandr) + '%22x22/fvwm-crystal/handles.png%$[gt.Screen resolution]' Popup /ScreenResolution + '%22x22/fvwm-crystal/preferences-desktop-screensaver.png%$[gt.Screensaver]' Popup /Screensaver + '%22x22/fvwm-crystal/camera-photo.png%$[gt.Screenshot]' Popup /Screenshot This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |