Skip to content

Commit

Permalink
Set proper class name for removeButton.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarthez authored and darkv committed Apr 19, 2016
1 parent 974dd82 commit 9f4c39c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public String removeButtonLabel() {
*/
public String removeButtonClass() {
if (_removeButtonClass == null) {
_removeButtonClass = stringValueForBinding(Keys.classForRemoveDialogButton, "Button DialogButton CancelDialogButton");
_removeButtonClass = stringValueForBinding(Keys.classForRemoveDialogButton, "Button DialogButton RemoveDialogButton");
}
return _removeButtonClass;
}
Expand Down

0 comments on commit 9f4c39c

Please sign in to comment.