summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorxue <>2005-12-10 18:31:49 +0000
committerxue <>2005-12-10 18:31:49 +0000
commit69e3f12fa26eca98fe3e9f42f37201ab75a089e3 (patch)
tree0fcbb5e77fd747550811f8c2a6d60fc284d36adc /demos
parentf7466f7b444706d2a0382c0b569bb0f7f65ab6da (diff)
Fixed an issue about word file path (changed Data to data in the path).
Diffstat (limited to 'demos')
-rw-r--r--demos/hangman/protected/application.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/hangman/protected/application.xml b/demos/hangman/protected/application.xml
index 01f60f47..1f91fcff 100644
--- a/demos/hangman/protected/application.xml
+++ b/demos/hangman/protected/application.xml
@@ -9,6 +9,6 @@
<service id="page" BasePath="Pages" DefaultPage="home" />
</services>
<parameters>
- <parameter id="wordFile">Application.Data.words</parameter>
+ <parameter id="wordFile">Application.data.words</parameter>
</parameters>
</application> \ No newline at end of file