summaryrefslogtreecommitdiff
path: root/scripting/examples/beanshell/Highlight/ShowDialog.bsh
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/examples/beanshell/Highlight/ShowDialog.bsh')
-rwxr-xr-xscripting/examples/beanshell/Highlight/ShowDialog.bsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/examples/beanshell/Highlight/ShowDialog.bsh b/scripting/examples/beanshell/Highlight/ShowDialog.bsh
index e4d335d22a04..95ccc32bbe32 100755
--- a/scripting/examples/beanshell/Highlight/ShowDialog.bsh
+++ b/scripting/examples/beanshell/Highlight/ShowDialog.bsh
@@ -55,7 +55,7 @@ boolean tryLoadingLibrary( xmcf, context, name )
}
libURL = xme.expandMacros(
- "$BRAND_BASE_DIR/share/basic/ScriptBindingLibrary/" +
+ "$BRAND_BASE_DIR/$BRAND_SHARE_SUBDIR/basic/ScriptBindingLibrary/" +
name.toLowerCase() + ".xlb/");
System.err.println("libURL is: " + libURL);