From 60440e888f6d32999441104b4fca4a68ed1d93f6 Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Tue, 2 Oct 2007 05:12:33 +0000 Subject: [PATCH] Explicitation of the swf file which seem like pdf file (merged from 2.1.0 branch, r42424) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42936 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/AssetTableField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/AssetTableField.php b/code/AssetTableField.php index 7107ea29..5870dab0 100755 --- a/code/AssetTableField.php +++ b/code/AssetTableField.php @@ -107,7 +107,7 @@ class AssetTableField extends ComplexTableField { new TextField( 'PopupWidth', 'Popup Width' ), new TextField( 'PopupHeight', 'Popup Height' ), new HeaderField( 'SWF File Options' ), - new CheckboxField( 'Embed', 'Force Embeding' ), + new CheckboxField( 'Embed', 'Is A Flash Document' ), new CheckboxField( 'LimitDimensions', 'Limit The Dimensions In The Popup Window' ) ) );