From: Alan Knowles Date: Thu, 18 Nov 2010 09:49:39 +0000 (+0800) Subject: Pman.Lock.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=31d6a3065a4b1009a0c9b944c2dc53a9661bdf88 Pman.Lock.js --- diff --git a/Pman.Lock.js b/Pman.Lock.js index 770219e8..31bea7bd 100644 --- a/Pman.Lock.js +++ b/Pman.Lock.js @@ -79,7 +79,7 @@ Roo.apply(Pman.Lock.prototype, { msg += '
' + 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; }