Rename iconButton to IconButton, as it is a class.

This commit is contained in:
Siegfried-Angel Gevatter Pujals
2009-09-26 00:47:07 +02:00
parent 4bab511fa5
commit c14a4deddf
2 changed files with 3 additions and 4 deletions

View File

@ -98,7 +98,7 @@ GenericDisplayItem.prototype = {
infoIconUri,
INFORMATION_BUTTON_SIZE,
INFORMATION_BUTTON_SIZE);
this._informationButton = new Button.iconButton(this.actor, INFORMATION_BUTTON_SIZE, infoIcon);
this._informationButton = new Button.IconButton(this.actor, INFORMATION_BUTTON_SIZE, infoIcon);
let buttonBox = new Big.Box({ width: INFORMATION_BUTTON_SIZE + 2 * DEFAULT_PADDING,
height: INFORMATION_BUTTON_SIZE,
padding_left: DEFAULT_PADDING, padding_right: DEFAULT_PADDING,