diff options
author | Einar Egilsson | 2007-08-07 12:59:18 +0000 |
---|---|---|
committer | Einar Egilsson | 2007-08-07 12:59:18 +0000 |
commit | 87b8db3e5ebf0911f613f71ce1251276ece47304 (patch) | |
tree | 042467f6560e93aaa58545f6bdcedb01999ea0b6 /chrome/content/redirect.xul | |
parent | a62300554bc3c4f0e5df918fef40c57fef521974 (diff) |
Redirector 0.9.2
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@74 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/redirect.xul')
-rw-r--r-- | chrome/content/redirect.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/content/redirect.xul b/chrome/content/redirect.xul index 479729a..68d23c4 100644 --- a/chrome/content/redirect.xul +++ b/chrome/content/redirect.xul @@ -21,7 +21,7 @@ <rows>
<row>
<text value="&txtExampleUrl.label;" style="margin-top:6px;"/>
- <textbox id="txtExampleUrl" disabled="true" style="width:400px;"/>
+ <textbox id="txtExampleUrl" style="width:400px;"/>
</row>
<row>
<text value="&txtPattern.label;" style="margin-top:6px;"/>
|