Skip to content

Commit

Permalink
confirm dialog should not have a cancel button
Browse files Browse the repository at this point in the history
git-svn-id: https://qooxdoo-contrib.svn.sourceforge.net/svnroot/qooxdoo-contrib@20011 09f7d036-9b2a-0410-8fbe-9cff4eb17569
  • Loading branch information
cboulanger committed Apr 25, 2010
1 parent feaf9ed commit fe14269
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion source/class/dialog/Confirm.js
Expand Up @@ -77,7 +77,13 @@ qx.Class.define("dialog.Confirm",
nullable : true,
init : "icon/22/actions/dialog-cancel.png",
event : "changeNoButtonIcon"
}
},

allowCancel :
{
refine : true,
init : false
}
},

/*
Expand Down

0 comments on commit fe14269

Please sign in to comment.