﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3761	Custom styles duplication	Frederico Caldeira Knabben	Frederico Caldeira Knabben	"By adding the following code at the end of the stylescombo plugin, the editor is currently duplicating the styles in the combo:

{{{
CKEDITOR.config.stylesCombo_stylesSet = 'wikistyles';

CKEDITOR.addStylesSet( 'wikistyles',
[
      { name : 'Language: RTL', element : 'div', attributes : { 'dir' : 'rtl' } },
      { name : 'Language: LTR', element : 'div', attributes : { 'dir' : 'ltr' } }
]);
}}}"	Bug	closed	Normal	CKEditor 3.0	General		fixed	IBM Confirmed Review+	Damian
