From: <dom...@us...> - 2013-05-16 07:40:48
|
Revision: 406 http://sourceforge.net/p/fvwm-crystal/code/406 Author: dominique_libre Date: 2013-05-16 07:40:41 +0000 (Thu, 16 May 2013) Log Message: ----------- oops, added None icon Type Modified Paths: -------------- fvwm/components/functions/Preferences-Menu Added Paths: ----------- fvwm/components/Icon-None Added: fvwm/components/Icon-None =================================================================== Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2013-05-16 01:06:31 UTC (rev 405) +++ fvwm/components/functions/Preferences-Menu 2013-05-16 07:40:41 UTC (rev 406) @@ -243,25 +243,28 @@ # DestroyMenu /Preferences/IconsType AddToMenu /Preferences/IconsType ++ '$[gt.No icon]' SelectIconsType None ++ '' Nop + '%22x22/fvwm-crystal/icon.png%$[gt.Thumbnails]' SelectIconsType Thumbnails + '%22x22/fvwm-crystal/icon2.png%Amiga' SelectIconsType Amiga + '%22x22/fvwm-crystal/icon3.png%Mwm' SelectIconsType Mwm DestroyFunc SelectIconsType AddToFunc SelectIconsType -+ I SavePreferences IconsType "Include components/functions/Icon-$0" ++ I SavePreferences IconsType "Include components/desktop/Icon-$0" ++ I Module FvwmForm IconsType-Dialog All (IconsType-Dialog) Close DestroyModuleConfig IconsType-Dialog: * -*NotificationAreaManager-Dialog: Title "$[gt.Restart FVWM-Crystal]" -*NotificationAreaManager-Dialog: Text "$[gt.New notification area setting will be used after next startup]" -*NotificationAreaManager-Dialog: Line center -*NotificationAreaManager-Dialog: Line center -*NotificationAreaManager-Dialog: Button quit " $[gt.Restart] " ^M -*NotificationAreaManager-Dialog: Command Restart -*NotificationAreaManager-Dialog: Button quit " $[gt.Not now] " ^[ -*NotificationAreaManager-Dialog: Command Nop -*NotificationAreaManager-Dialog: Line center +*IconsType-Dialog: Title "$[gt.Restart FVWM-Crystal]" +*IconsType-Dialog: Text "$[gt.New type of icons will be used after next startup]" +*IconsType-Dialog: Line center +*IconsType-Dialog: Line center +*IconsType-Dialog: Button quit " $[gt.Restart] " ^M +*IconsType-Dialog: Command Restart +*IconsType-Dialog: Button quit " $[gt.Not now] " ^[ +*IconsType-Dialog: Command Nop +*IconsType-Dialog: Line center # # Notification Area Application This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |