Skip to content

Commit

Permalink
[563694] typo "dontate" in property keys
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed May 29, 2020
1 parent 74a96d1 commit 059fce7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -42,12 +42,12 @@ public Object execute(ExecutionEvent event) throws ExecutionException
{
String donating = SetupPropertyTester.getDonating();
int style = IWorkbenchBrowserSupport.AS_EDITOR;
if ("true".equals(PropertiesUtil.getProperty("org.eclipse.oomph.setup.dontate.navigation", "false")))
if ("true".equals(PropertiesUtil.getProperty("org.eclipse.oomph.setup.donate.navigation", "false")))
{
style |= IWorkbenchBrowserSupport.NAVIGATION_BAR;
}

if ("true".equals(PropertiesUtil.getProperty("org.eclipse.oomph.setup.dontate.location", "false")))
if ("true".equals(PropertiesUtil.getProperty("org.eclipse.oomph.setup.donate.location", "false")))
{
style |= IWorkbenchBrowserSupport.LOCATION_BAR;
}
Expand Down

0 comments on commit 059fce7

Please sign in to comment.