Builder/LeftProjectTree.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 17 May 2010 09:31:11 +0000 (17:31 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 17 May 2010 09:31:11 +0000 (17:31 +0800)
Builder/LeftProjectTree.js

index b559c71..fe644f9 100755 (executable)
@@ -31,7 +31,7 @@ LeftProjectTree = new XObject({
         
         showNoProjectSelected : function()
         {
-           StandardErrorDialog.show("Select a Project first.");
+           imports.Builder.StandardErrorDialog.StandardErrorDialog.show("Select a Project first.");
         },