﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9171	Error in the documentation	uniterre		"Hi,
On this page,
http://docs.cksource.com/FCKeditor_3.x/Design_and_Architecture/Dialog_System

it is written that :

buttons: [
	CKEDITOR.dialog.okButton( {
			label: 'Go'
		}),

	CKEDITOR.dialog.cancelButton
]


I think, you must write :

buttons: [
	CKEDITOR.dialog.okButton.override( {
			label: 'Go'
		}),

	CKEDITOR.dialog.cancelButton
]"	Task	closed	Normal		General	3.0	fixed		
