diff --git a/htdocs/theme/eldy/fckeditor/fckconfig.js b/htdocs/theme/eldy/fckeditor/fckconfig.js
index ebc91978641d95b6a5003d16c986d6611b35ccb6..a1c3b1df1e9484219bb7d5f7a1426aa23e0f4672 100644
--- a/htdocs/theme/eldy/fckeditor/fckconfig.js
+++ b/htdocs/theme/eldy/fckeditor/fckconfig.js
@@ -83,7 +83,7 @@ FCKConfig.ToolbarSets["dolibarr_mailings"] = [
         ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'],
         ['OrderedList','UnorderedList','-','Outdent','Indent',],
         ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
-        ['Link','Unlink','Anchor','Image','Flash','Table','Rule','Smiley','SpecialChar','UniversalKey'],
+        ['Link','Unlink','Anchor','Image','Table','Rule','Smiley','SpecialChar','UniversalKey'],
         ['FontName','FontSize']
 ] ;
 
@@ -94,7 +94,7 @@ FCKConfig.ToolbarSets["dolibarr_notes"] = [
         ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'],
         ['OrderedList','UnorderedList','-','Outdent','Indent',],
         ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
-        ['Link','Unlink','Anchor','Image','Flash','Table','Rule','Smiley','SpecialChar','UniversalKey'],
+        ['Link','Unlink','Anchor','Image','Table','Rule','SpecialChar','UniversalKey'],
         ['FontName','FontSize']
 ] ;