From 0c91491ed0310d2056b84e9c1086897830460142 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 23 Jan 2009 19:27:41 +0000 Subject: [PATCH] Fix copy/paste POD from HexSlider to SelectSlider. --- lib/WebGUI/Form/SelectSlider.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Form/SelectSlider.pm b/lib/WebGUI/Form/SelectSlider.pm index 29f6dd788..1989063c4 100644 --- a/lib/WebGUI/Form/SelectSlider.pm +++ b/lib/WebGUI/Form/SelectSlider.pm @@ -25,7 +25,8 @@ Package WebGUI::Form::SelectSlider =head1 DESCRIPTION -Creates a slider control that controls hex values, as in the red, gree, blue values for HTML colors. +Creates a slider control that chooses arbitrary, programmer supplied values. Similar +to a SelectBox, but with a different UI. =head1 SEE ALSO