From 31d6a3065a4b1009a0c9b944c2dc53a9661bdf88 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Nov 2010 17:49:39 +0800 Subject: [PATCH] Pman.Lock.js --- Pman.Lock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2