Parameter umbenannt (#1411)

git-svn-id: https://svn.libreccm.org/ccm/trunk@1909 8810af33-2d31-482b-a856-94f89814c4df
master
quasi 2012-11-05 12:12:40 +00:00
parent 6abbc6715e
commit c4ce62775f
2 changed files with 6 additions and 6 deletions

View File

@ -96,8 +96,8 @@ public class ThemeDirectorConfig extends AbstractConfig {
requests 'all graphics files' */ requests 'all graphics files' */
private final Parameter m_fileExtParam = private final Parameter m_fileExtParam =
new StringParameter new StringParameter
("themedirector.graphics_file_extensions", ("themedirector.file_extensions",
Parameter.REQUIRED, "bmp css gif jpeg jpg js png xml xsl"); Parameter.REQUIRED, "bmp css eot gif jpeg jpg js png svg ttf woff xml xsl");
/** number of seconds before checking for updated development files. /** number of seconds before checking for updated development files.
in a multi-jvm installation. (0 means never start) */ in a multi-jvm installation. (0 means never start) */

View File

@ -13,10 +13,10 @@ themedirector.default_theme_manifest.purpose=This is the manifest file containin
themedirector.default_theme_manifest.example=[ccm-themedirectory.web.mf] themedirector.default_theme_manifest.example=[ccm-themedirectory.web.mf]
themedirector.default_theme_manifest.format=[string] themedirector.default_theme_manifest.format=[string]
themedirector.graphics_file_extensions.title=Graphics File Extensions (Themes) themedirector.file_extensions.title=Theme File Extensions (Themes)
themedirector.graphics_file_extensions.purpose=A list of file extensions that should be included when the designer requests 'all graphics files' themedirector.file_extensions.purpose=A list of file extensions that should be included when the designer requests 'all graphics files'
themedirector.graphics_file_extensions.example=css gif jpeg jpg js png xsl themedirector.file_extensions.example=css gif eot jpeg jpg js png svg ttf woff xsl xml
themedirector.graphics_file_extensions.format=[string] themedirector.file_extensions.format=[string]
themedirector.default_theme_dir.title=The path to the default themes directory (Themes Application) themedirector.default_theme_dir.title=The path to the default themes directory (Themes Application)
themedirector.default_theme_dir.purpose=This is the path to the defalut themes directory. When a new "theme" is created, this directory is copied and the new directory is the base for the new themes. It is provided relative to the "webapps" directory. themedirector.default_theme_dir.purpose=This is the path to the defalut themes directory. When a new "theme" is created, this directory is copied and the new directory is the base for the new themes. It is provided relative to the "webapps" directory.