summaryrefslogtreecommitdiffstats
path: root/views/controls/button/custom_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/button/custom_button.h')
-rw-r--r--views/controls/button/custom_button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/button/custom_button.h b/views/controls/button/custom_button.h
index 32ff76b..745c19e 100644
--- a/views/controls/button/custom_button.h
+++ b/views/controls/button/custom_button.h
@@ -12,7 +12,7 @@ class ThrobAnimation;
namespace views {
-// A button with custom rendering. The common base class of IconButton and
+// A button with custom rendering. The common base class of ImageButton and
// TextButton.
class CustomButton : public Button,
public AnimationDelegate {