1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 06:17:58 +01:00

add new 'urlseparator' option

This commit is contained in:
Doug Kearns
2008-07-20 13:06:01 +00:00
parent 8a147eb0c6
commit 706f2d0c93
5 changed files with 20 additions and 3 deletions

View File

@@ -375,6 +375,10 @@ liberator.config = { //{{{
getService(Components.interfaces.nsIIOService2).offline;
}
});
liberator.options.add(["urlseparator"],
"Set the separator regexp used to split URL args",
"string", ",\\s");
}
//}}}
}; //}}}