From 2b613d8da86e1e5afc24d37fa14c03a4c10a3c68 Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 22 Apr 2013 10:27:56 +0100 Subject: [PATCH] Documentation fix. --- modules/juce_gui_basics/buttons/juce_ImageButton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_basics/buttons/juce_ImageButton.h b/modules/juce_gui_basics/buttons/juce_ImageButton.h index 4189c6717c..55ddc515b0 100644 --- a/modules/juce_gui_basics/buttons/juce_ImageButton.h +++ b/modules/juce_gui_basics/buttons/juce_ImageButton.h @@ -45,7 +45,7 @@ public: /** Creates an ImageButton. Use setImage() to specify the image to use. The colours and opacities that - are specified here can be changed later using setDrawingOptions(). + are specified here can be changed later using setImages(). @param name the name to give the component */