diff --git a/content/planner.overlay.js.php b/content/planner.overlay.js.php index 09a093e6c..346479b8c 100755 --- a/content/planner.overlay.js.php +++ b/content/planner.overlay.js.php @@ -246,7 +246,7 @@ function RessourceNeu() // netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); // Trick 17 var tree=document.getElementById('tree-ressourcemenue'); // var oe=getTreeCellText(tree, "treecol-ressourcemenue-oe", tree.currentIndex); - window.open('content/projekt/ressource.window.xul.php', 'height=384,width=512,resizable=yes,status=no,scrollbars=yes,toolbar=no,location=no,menubar=no'); + window.open('content/projekt/ressource.window.xul.php','Neue Ressource anlegen', 'height=384,width=512,resizable=yes,status=no,scrollbars=yes,toolbar=no,location=no,menubar=no'); //alert (oe); }