Skip to content

Commit

Permalink
Merge pull request #732 from fbarthez/pr/ERMDRemoveRelatedButton-class
Browse files Browse the repository at this point in the history
Set proper class name for removeButton.
  • Loading branch information
darkv committed Apr 19, 2016
2 parents 015f53b + 9ca5462 commit 6ba70a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,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 6ba70a6

Please sign in to comment.