From: <dom...@us...> - 2013-05-16 20:20:24
|
Revision: 416 http://sourceforge.net/p/fvwm-crystal/code/416 Author: dominique_libre Date: 2013-05-16 20:20:22 +0000 (Thu, 16 May 2013) Log Message: ----------- functions/Preferences-Menu: use fvwm-crystal icon for the Menu with left click option Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-16 19:06:45 UTC (rev 415) +++ ChangeLog 2013-05-16 20:20:22 UTC (rev 416) @@ -13,6 +13,7 @@ + functions/BlingBling; functions/preferences-Menu; functions/LoadCommonStuffs: Bling bling translucency support for Fvwm-Crystal; new warning form form. + icons/Default/*/fvwm-crytal/BlingBling.png: bling bling icons + functions/Preferences-Menu: use fvwm-crystal icon for the Menu with left click option Mercredi 15 Mai 2013 Dominique Michel functions/LoadCommonStuffs; recipes/*: Moved back DefaultDesktopManager Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2013-05-16 19:06:45 UTC (rev 415) +++ fvwm/components/functions/Preferences-Menu 2013-05-16 20:20:22 UTC (rev 416) @@ -16,7 +16,7 @@ + '%22x22/fvwm-crystal/utilities-terminal.png%$[gt.QuakeConsole terminal]' Popup /Preferences/QuakeConsoleTerminal + '%22x22/fvwm-crystal/system-file-manager.png%$[gt.Desktop manager]' Popup /Preferences/DesktopManager + '%22x22/fvwm-crystal/icon.png%$[gt.Type of icons]' Popup /Preferences/IconsType -+ '$[gt.Desktop menu]' Popup /Preferences/DesktopMenu ++ '%22x22/fvwm-crystal/fvwm-crystal.png%$[gt.Desktop menu]' Popup /Preferences/DesktopMenu + '%22x22/fvwm-crystal/trayer-app.png%$[gt.Notification area manager]' Popup /preferences/NotificationAreaManager + "" Nop + '%22x22/fvwm-crystal/focus2.png%$[gt.Window focus policy]' Popup /Preferences/FocusPolicy @@ -314,8 +314,8 @@ # DestroyMenu /Preferences/DesktopMenu AddToMenu /Preferences/DesktopMenu -+ '$[gt.No menu]' SetNoDesktopMenu -+ '$[gt.Menu with left click]' SetDesktopMenu ++ '$[gt.No menu with left click]' SetNoDesktopMenu ++ '%22x22/fvwm-crystal/fvwm-crystal.png%$[gt.Menu with left click]' SetDesktopMenu DestroyFunc SetNoDesktopMenu AddToFunc SetNoDesktopMenu This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |