diff options
author | xue <> | 2006-01-18 03:48:38 +0000 |
---|---|---|
committer | xue <> | 2006-01-18 03:48:38 +0000 |
commit | e2219c91b98088289080bfa451d3083851eddf76 (patch) | |
tree | 0244e22fcc3c606bf94ce165f4adc3e25da483a7 /demos/quickstart/protected/application.xml | |
parent | 610e3417e5252c0c058c655fac9772ec4e7f02d5 (diff) |
Added explanation to localization tags.
Diffstat (limited to 'demos/quickstart/protected/application.xml')
-rw-r--r-- | demos/quickstart/protected/application.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml index e99121fa..e25c4c14 100644 --- a/demos/quickstart/protected/application.xml +++ b/demos/quickstart/protected/application.xml @@ -7,9 +7,7 @@ </module>
</modules>
<paths>
- <alias id="Controls" path="controls" />
- <alias id="QuickStart" path="." />
- <using namespace="Controls.*" />
+ <using namespace="Application.controls.*" />
</paths>
<services>
<service id="page" class="TPageService" DefaultPage="GettingStarted.Introduction" />
|