Skip to content

Commit 2763b77

Browse files
- fixed fileuploader OnError dlg caption resource
1 parent 4786026 commit 2763b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng_wineight/wineight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3782,7 +3782,7 @@ var WinEightControls = {
37823782
},
37833783
Events: {
37843784
OnError: function (o, error, data) {
3785-
ngMessageDlg('weDlgMessageBox', ngHtmlVal(error, true, true));
3785+
ngMessageDlg('weDlgMessageBox', ngHtmlVal(error, true, true),'ngfup_AddFile');
37863786
},
37873787
OnUploadProgress: function(c,p) {
37883788
if(c.curDialog) {

0 commit comments

Comments
 (0)