From 05c69014034a805dac2f3f0432d8c38a8d53b87c Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 23 Feb 2017 09:49:40 +0000 Subject: [PATCH] Fixed typo in DrawableButton --- modules/juce_gui_basics/buttons/juce_DrawableButton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_basics/buttons/juce_DrawableButton.h b/modules/juce_gui_basics/buttons/juce_DrawableButton.h index 8cc959c4fa..c045e51f8b 100644 --- a/modules/juce_gui_basics/buttons/juce_DrawableButton.h +++ b/modules/juce_gui_basics/buttons/juce_DrawableButton.h @@ -148,7 +148,7 @@ public: enum ColourIds { textColourId = 0x1004010, /**< The colour to use for the button's text label. */ - textColourOnId = 0x1004013, /**< The colour to use for the button's text.when the button's toggle state is "on". */ + textColourOnId = 0x1004013, /**< The colour to use for the button's text when the button's toggle state is "on". */ backgroundColourId = 0x1004011, /**< The colour used to fill the button's background (when the button is toggled 'off'). Note that if you use the