summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknut <>2006-02-23 19:05:30 +0000
committerknut <>2006-02-23 19:05:30 +0000
commit76ca02bdd77654aec68e53df87f32b27cb6a195c (patch)
treed38e40a708a144299e555296b54bbdc831a7ed9e
parent790954df7b3959af479a71bae0905c1c11a56fb7 (diff)
Corrected 'mode' to 'Mode' since it refers to a TApplication property
-rw-r--r--demos/quickstart/protected/application.xml2
-rw-r--r--framework/Specs/application.xsd2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml
index 743c8ddd..cf00807c 100644
--- a/demos/quickstart/protected/application.xml
+++ b/demos/quickstart/protected/application.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<application id="QuickStart" mode="Debug">
+<application id="QuickStart" Mode="Debug">
<!--<modules>-->
<!-- uncomment the following to enable caching
<module id="cache" class="System.Data.TSqliteCache" />
diff --git a/framework/Specs/application.xsd b/framework/Specs/application.xsd
index 4aec216f..920eecc7 100644
--- a/framework/Specs/application.xsd
+++ b/framework/Specs/application.xsd
@@ -29,7 +29,7 @@
<xs:element name="parameters" type="parametersType" minOccurs="0" maxOccurs="1"/>
</xs:all>
<xs:attribute name="id" type="xs:string" use="required"/>
- <xs:attribute name="mode" use="required">
+ <xs:attribute name="Mode" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Off"/>