From: <dom...@us...> - 2014-01-05 01:23:42
|
Revision: 575 http://sourceforge.net/p/fvwm-crystal/code/575 Author: dominique_libre Date: 2014-01-05 01:23:39 +0000 (Sun, 05 Jan 2014) Log Message: ----------- Preferences-Menu: fix typo in localized string Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2014-01-05 00:58:03 UTC (rev 574) +++ ChangeLog 2014-01-05 01:23:39 UTC (rev 575) @@ -6,6 +6,7 @@ Dimanche 5 Janvier 2014 Dominique Michel scripts/KeyModifiersEditor/KeyModifiersEditor: fix the locale aware titles locale/fr*/*/*: sorted the locale strings; new strings in fvwm-crystal-sring.*. + functions/Preferences-Menu: fix typo in localized string. Vendredi 3 Janvier 2014 Dominique Michel + scripts/KeyModifiersEditor/KeyModifiersEditor: An editor for the keyboard modifiers. Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2014-01-05 00:58:03 UTC (rev 574) +++ fvwm/components/functions/Preferences-Menu 2014-01-05 01:23:39 UTC (rev 575) @@ -459,7 +459,7 @@ DestroyMenu /Preferences/MediaFileMenuIcons AddToMenu /Preferences/MediaFileMenuIcons + '%22x22/fvwm-crystal/audio-x-generic-2.png%$[gt.Icons]' SelectMenuIcons -+ '%22x22/fvwm-crystal/audio-x-generic-1.png%$[gt.NoIcons]' SelectNoMenuIcons ++ '%22x22/fvwm-crystal/audio-x-generic-1.png%$[gt.No icon]' SelectNoMenuIcons DestroyFunc SelectMenuIcons AddToFunc SelectMenuIcons This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |