diff options
| author | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2010-02-02 17:54:17 +0000 |
|---|---|---|
| committer | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2010-02-02 17:54:17 +0000 |
| commit | b1de4b213ba60402d6d13a2a6892d5a422c4f8e4 (patch) | |
| tree | e4adb31477ee586349cd935365a84aaee50c5899 /_source/plugins/stylescombo | |
| parent | 8630f2bc4d63b3320f5469d9532a1cba1dddb7a3 (diff) | |
| download | ckeditor-b1de4b213ba60402d6d13a2a6892d5a422c4f8e4.tar.gz ckeditor-b1de4b213ba60402d6d13a2a6892d5a422c4f8e4.tar.bz2 ckeditor-b1de4b213ba60402d6d13a2a6892d5a422c4f8e4.zip | |
Update CKEditor to 3.1 and make work as a bw package
Diffstat (limited to '_source/plugins/stylescombo')
| -rw-r--r-- | _source/plugins/stylescombo/plugin.js | 4 | ||||
| -rw-r--r-- | _source/plugins/stylescombo/styles/default.js | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/_source/plugins/stylescombo/plugin.js b/_source/plugins/stylescombo/plugin.js index d457fa2..bda148b 100644 --- a/_source/plugins/stylescombo/plugin.js +++ b/_source/plugins/stylescombo/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -26,7 +26,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license panel : { - css : [ CKEDITOR.getUrl( editor.skinPath + 'editor.css' ) ].concat( config.contentsCss ), + css : editor.skin.editor.css.concat( config.contentsCss ), voiceLabel : lang.panelVoiceLabel }, diff --git a/_source/plugins/stylescombo/styles/default.js b/_source/plugins/stylescombo/styles/default.js index 1ccce45..1d98e26 100644 --- a/_source/plugins/stylescombo/styles/default.js +++ b/_source/plugins/stylescombo/styles/default.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ |
