From 90071d0b6efdae6f7b25ec7aacfc81ed6aa4e8eb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 20 Nov 2010 00:24:51 +0000 Subject: [PATCH] Restore original default language code --- htdocs/theme/auguria/fckeditor/fckconfig.js | 2 +- htdocs/theme/bureau2crea/fckeditor/fckconfig.js | 2 +- htdocs/theme/freelug/fckeditor/fckconfig.js | 2 +- htdocs/theme/yellow/fckeditor/fckconfig.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/theme/auguria/fckeditor/fckconfig.js b/htdocs/theme/auguria/fckeditor/fckconfig.js index f85055c31ae..8b02be5b226 100644 --- a/htdocs/theme/auguria/fckeditor/fckconfig.js +++ b/htdocs/theme/auguria/fckeditor/fckconfig.js @@ -59,7 +59,7 @@ FCKConfig.AutoGrowMax = 400 ; // FCKConfig.ProtectedSource.Add( /(]+>[\s|\S]*?<\/asp:[^\>]+>)|(]+\/>)/gi ) ; // ASP.Net style tags FCKConfig.AutoDetectLanguage = true ; -FCKConfig.DefaultLanguage = 'fr' ; +FCKConfig.DefaultLanguage = 'en' ; FCKConfig.ContentLangDirection = 'ltr' ; FCKConfig.ProcessHTMLEntities = false ; diff --git a/htdocs/theme/bureau2crea/fckeditor/fckconfig.js b/htdocs/theme/bureau2crea/fckeditor/fckconfig.js index f85055c31ae..8b02be5b226 100644 --- a/htdocs/theme/bureau2crea/fckeditor/fckconfig.js +++ b/htdocs/theme/bureau2crea/fckeditor/fckconfig.js @@ -59,7 +59,7 @@ FCKConfig.AutoGrowMax = 400 ; // FCKConfig.ProtectedSource.Add( /(]+>[\s|\S]*?<\/asp:[^\>]+>)|(]+\/>)/gi ) ; // ASP.Net style tags FCKConfig.AutoDetectLanguage = true ; -FCKConfig.DefaultLanguage = 'fr' ; +FCKConfig.DefaultLanguage = 'en' ; FCKConfig.ContentLangDirection = 'ltr' ; FCKConfig.ProcessHTMLEntities = false ; diff --git a/htdocs/theme/freelug/fckeditor/fckconfig.js b/htdocs/theme/freelug/fckeditor/fckconfig.js index 4269661237d..f4f6fa09684 100644 --- a/htdocs/theme/freelug/fckeditor/fckconfig.js +++ b/htdocs/theme/freelug/fckeditor/fckconfig.js @@ -59,7 +59,7 @@ FCKConfig.AutoGrowMax = 400 ; // FCKConfig.ProtectedSource.Add( /(]+>[\s|\S]*?<\/asp:[^\>]+>)|(]+\/>)/gi ) ; // ASP.Net style tags FCKConfig.AutoDetectLanguage = true ; -FCKConfig.DefaultLanguage = 'fr' ; +FCKConfig.DefaultLanguage = 'en' ; FCKConfig.ContentLangDirection = 'ltr' ; FCKConfig.ProcessHTMLEntities = false ; diff --git a/htdocs/theme/yellow/fckeditor/fckconfig.js b/htdocs/theme/yellow/fckeditor/fckconfig.js index 4269661237d..f4f6fa09684 100644 --- a/htdocs/theme/yellow/fckeditor/fckconfig.js +++ b/htdocs/theme/yellow/fckeditor/fckconfig.js @@ -59,7 +59,7 @@ FCKConfig.AutoGrowMax = 400 ; // FCKConfig.ProtectedSource.Add( /(]+>[\s|\S]*?<\/asp:[^\>]+>)|(]+\/>)/gi ) ; // ASP.Net style tags FCKConfig.AutoDetectLanguage = true ; -FCKConfig.DefaultLanguage = 'fr' ; +FCKConfig.DefaultLanguage = 'en' ; FCKConfig.ContentLangDirection = 'ltr' ; FCKConfig.ProcessHTMLEntities = false ;