Browse Source

COMP: Change the url of the ctkRangeWidget image in the documentation

Julien Finet 15 years ago
parent
commit
6351fb9bb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Libs/Widgets/ctkRangeWidget.h

+ 1 - 1
Libs/Widgets/ctkRangeWidget.h

@@ -34,7 +34,7 @@ class ctkRangeWidgetPrivate;
 
 ///
 /// ctkRangeWidget is a wrapper around a ctkDoubleRangeSlider and 2 QSpinBoxes
-/// \image html http:\\www.commontk.org/images/1/14/CtkRangeWidget.png
+/// \image html http://www.commontk.org/images/1/14/CtkRangeWidget.png
 /// \sa ctkSliderSpinBoxWidget, ctkDoubleRangeSlider, QSpinBox
 class CTK_WIDGETS_EXPORT ctkRangeWidget : public QWidget
 {