Index: editors/ckeditor.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/wysiwyg/editors/ckeditor.inc,v retrieving revision 1.7 diff -u -p -u -p -r1.7 ckeditor.inc --- editors/ckeditor.inc 2 Apr 2010 14:05:36 -0000 1.7 +++ editors/ckeditor.inc 23 Jul 2010 06:51:35 -0000 @@ -103,6 +103,7 @@ function wysiwyg_ckeditor_themes($editor } } closedir($dir_handle); + natcasesort($themes); return !empty($themes) ? $themes : array('default'); } else {