* Removed registering of non-existing application as preferred for catalogs.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37644 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -105,11 +105,6 @@ SetupCatalogBasics()
|
|||||||
res = mt.SetLongDescription("Catalog with translated application resources");
|
res = mt.SetLongDescription("Catalog with translated application resources");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (res == B_OK) {
|
|
||||||
// preferred app is catalog manager:
|
|
||||||
res = mt.SetPreferredApp(BLocaleRoster::kCatManagerMimeType, B_OPEN);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (res == B_OK)
|
if (res == B_OK)
|
||||||
res = mt.Install();
|
res = mt.Install();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user