changeset 102:d04c3fe1822c

Typo
author David Bryant <bagnose@gmail.com>
date Thu, 28 Oct 2010 18:29:50 +1030
parents 523269b36711
children 345fb56d89fc
files doodle/gtk/palette.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);