Pman.Lock.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 09:49:39 +0000 (17:49 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 09:49:39 +0000 (17:49 +0800)
Pman.Lock.js

index 770219e..31bea7b 100644 (file)
@@ -79,7 +79,7 @@ Roo.apply(Pman.Lock.prototype, {
             msg += '<br/>' + p.name + ' at ' + p.lock_created ;
         })
         var _t = this;
-        Roo.messageBox.confirm("Confirm breaking locks", msg, function(r) {
+        Roo.MessageBox.confirm("Confirm breaking locks", msg, function(r) {
             if (r != 'yes') {
                 return;
             }