Index: /CKEditor/branches/prototype/_source/plugins/forms/dialogs/textarea.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/forms/dialogs/textarea.js	(revision 2875)
+++ /CKEditor/branches/prototype/_source/plugins/forms/dialogs/textarea.js	(revision 2876)
@@ -127,5 +127,5 @@
 						type : 'text',
 						label : editor.lang.textarea.cols,
-						'default' : '',
+						'default' : editor.config.pluginConfig.forms.defaultValues.textareaCols,
 						accessKey : 'C',
 						style : 'width:50px',
@@ -143,5 +143,5 @@
 						type : 'text',
 						label : editor.lang.textarea.rows,
-						'default' : '',
+						'default' : editor.config.pluginConfig.forms.defaultValues.textareaRows,
 						accessKey : 'R',
 						style : 'width:50px',
