diff options
author | xue <> | 2007-08-29 19:57:50 +0000 |
---|---|---|
committer | xue <> | 2007-08-29 19:57:50 +0000 |
commit | dd02492f08248bf9b53a20b54a3d49a9f78fc0ad (patch) | |
tree | 31ae15e2ed59a6279f09bf639d367d1844e12055 /.gitattributes | |
parent | 9d13a92291fad0a5a5fd46179149654cb357c9d0 (diff) |
finished TCaptcha.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d605adf9..ccaebf65 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1271,6 +1271,7 @@ demos/quickstart/protected/pages/Configurations/Templates3.page -text demos/quickstart/protected/pages/Configurations/UrlMapping.page -text demos/quickstart/protected/pages/Construction.page -text demos/quickstart/protected/pages/Controls/Button.page -text +demos/quickstart/protected/pages/Controls/Captcha.page -text demos/quickstart/protected/pages/Controls/CheckBox.page -text demos/quickstart/protected/pages/Controls/ClientScript.page -text demos/quickstart/protected/pages/Controls/ClientScriptLoader.page -text @@ -1318,6 +1319,8 @@ demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.php -text demos/quickstart/protected/pages/Controls/Samples/TBulletedList/bullet.gif -text demos/quickstart/protected/pages/Controls/Samples/TButton/Home.page -text demos/quickstart/protected/pages/Controls/Samples/TButton/Home.php -text +demos/quickstart/protected/pages/Controls/Samples/TCaptcha/Home.page -text +demos/quickstart/protected/pages/Controls/Samples/TCaptcha/Home.php -text demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page -text demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.php -text demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page -text |