Index: /CKEditor/branches/versions/3.6.x/CHANGES.html
===================================================================
--- /CKEditor/branches/versions/3.6.x/CHANGES.html	(revision 6727)
+++ /CKEditor/branches/versions/3.6.x/CHANGES.html	(revision 6728)
@@ -44,7 +44,8 @@
 		<li><a href="http://dev.ckeditor.com/ticket/7240">#7240</a> : Added the Developer Tools (<code>devtools</code>) plugin that shows information about dialog window UI elements to allow for easier customization.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6841">#6841</a> : Enter key at the end of pre-formatted block will exit from it.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6737">#6737</a> : The Format combo will not preview it's items exactly as defined on their relative style configurations.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6737">#6737</a> : The Format combo will now preview it's items exactly as defined on their relative style configurations.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6654">#6654</a> : Configuration <a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.autoParagraph"></a> is added to disable the auto paragraphing feature.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/901">#901</a> : New "Stylesheet parser" plugin that fills the Styles combo based on the CSS classes available for the content, check the new sample to learn how to use it.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6850">#6850</a> : The "About" dialog window now contains link to the User's Guide.</li>
 	</ul>
 	<p>
Index: /CKEditor/branches/versions/3.6.x/_source/lang/en.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/en.js	(revision 6727)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/en.js	(revision 6728)
@@ -716,4 +716,6 @@
 		title		: 'About CKEditor',
 		dlgTitle	: 'About CKEditor',
+		help	: 'Check $1 for help.',
+		userGuide : 'CKEditor User\'s Guide',
 		moreInfo	: 'For licensing information please visit our web site:',
 		copy		: 'Copyright &copy; $1. All rights reserved.'
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/about/dialogs/about.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/about/dialogs/about.js	(revision 6727)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/about/dialogs/about.js	(revision 6728)
@@ -58,4 +58,7 @@
 								'</p>' +
 								'<p>' +
+									lang.help.replace( '$1', '<a href="http://docs.cksource.com/CKEditor_3.x/Users_Guide/Quick_Reference">' + lang.userGuide + '</a>' ) +
+								'</p>' +
+								'<p>' +
 									lang.moreInfo + '<br>' +
 									'<a href="http://ckeditor.com/license">http://ckeditor.com/license</a>' +
