# HG changeset patch # User David Bryant # Date 1288252790 -37800 # Node ID d04c3fe1822cad574d6692e0c12e1e056c9f47a3 # Parent 523269b36711b15277a16a60c11b1a2ce083ecfd Typo diff -r 523269b36711 -r d04c3fe1822c doodle/gtk/palette.d --- a/doodle/gtk/palette.d Thu Oct 28 16:35:11 2010 +1030 +++ b/doodle/gtk/palette.d Thu Oct 28 18:29:50 2010 +1030 @@ -45,7 +45,7 @@ } auto image = new Image(_iconBase ~ "/" ~ item.iconPath); - auto label = new Label(item.tooltipText); + auto label = new Label(item.labelText); button.setIconWidget(image); button.setLabelWidget(label); button.setTooltipText(item.tooltipText);