|
@@ -963,6 +963,13 @@ OptionHandlers OptionHandlerFactory::createOptionHandlers()
|
|
|
op->hide();
|
|
|
handlers.push_back(op);
|
|
|
}
|
|
|
+ {
|
|
|
+ SharedHandle<OptionHandler> op(new DefaultOptionHandler
|
|
|
+ (PREF_METALINK_LOCATION,
|
|
|
+ TEXT_METALINK_LOCATION));
|
|
|
+ op->addTag(TAG_METALINK);
|
|
|
+ handlers.push_back(op);
|
|
|
+ }
|
|
|
{
|
|
|
SharedHandle<OptionHandler> op(new DefaultOptionHandler
|
|
|
(PREF_PRIVATE_KEY,
|
|
@@ -1683,13 +1690,6 @@ OptionHandlers OptionHandlerFactory::createOptionHandlers()
|
|
|
op->addTag(TAG_METALINK);
|
|
|
handlers.push_back(op);
|
|
|
}
|
|
|
- {
|
|
|
- SharedHandle<OptionHandler> op(new DefaultOptionHandler
|
|
|
- (PREF_METALINK_LOCATION,
|
|
|
- TEXT_METALINK_LOCATION));
|
|
|
- op->addTag(TAG_METALINK);
|
|
|
- handlers.push_back(op);
|
|
|
- }
|
|
|
{
|
|
|
SharedHandle<OptionHandler> op(new DefaultOptionHandler
|
|
|
(PREF_METALINK_OS,
|