Skip to content

Commit

Permalink
[562040] Provide support for donation from within the IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed May 29, 2020
1 parent 8c1c754 commit b9cb39e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -339,7 +339,7 @@ private static void handleNotificationURI(ResourceSet resourceSet)

private static void handleNotificationURI(String notificationURI, String scope, String version)
{
if ("true".equals(PropertiesUtil.getProperty("org.eclipse.oomph.setup.dontate", "true")))
if ("true".equals(PropertiesUtil.getProperty("org.eclipse.oomph.setup.donate", "true")))
{
try
{
Expand Down

0 comments on commit b9cb39e

Please sign in to comment.