From d69bbc3d1f993b776c48ef2e4afd4bd550bf232f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 23 Nov 2010 13:27:58 +0800 Subject: [PATCH] Pman.Dialog.Image.js --- Pman.Dialog.Image.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.Image.js b/Pman.Dialog.Image.js index 0beb6a1e..d9b9190a 100644 --- a/Pman.Dialog.Image.js +++ b/Pman.Dialog.Image.js @@ -148,9 +148,9 @@ Pman.Dialog.Image = { if (act.type == 'submit') { Roo.log(act); try { - Ext.MessageBox.alert("Error", act.result.errorMsg); + Roo.MessageBox.alert("Error", act.result.errorMsg); } catch(e) { - Ext.MessageBox.alert("Error", "Saving failed = fix errors and try again"); + Roo.MessageBox.alert("Error", "Saving failed = fix errors and try again"); } return; } -- 2.39.2