diff options
author | Einar Egilsson | 2009-10-20 14:36:34 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-10-20 14:36:34 +0000 |
commit | 7a35fcd096f1fc4f81fc9cbc5d41ced28b752a89 (patch) | |
tree | 199914c15f332fceaf4af7e071381b54ca520d45 /components/interfaces/rdIRedirect.idl | |
parent | fac1dc90b505c5bf0e8833bc1aecf4f53a7348b5 (diff) |
Fixed small bug
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@287 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'components/interfaces/rdIRedirect.idl')
-rw-r--r-- | components/interfaces/rdIRedirect.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/interfaces/rdIRedirect.idl b/components/interfaces/rdIRedirect.idl index cd67b30..0421d8e 100644 --- a/components/interfaces/rdIRedirect.idl +++ b/components/interfaces/rdIRedirect.idl @@ -9,7 +9,7 @@ interface rdIRedirect : nsISupports { attribute wstring exampleUrl; attribute wstring includePattern; attribute wstring excludePattern; - attribute wstring redirectTo; + attribute wstring redirectUrl; attribute wchar patternType; attribute boolean unescapeMatches; attribute boolean disabled; |