Code

comment fix
[inkscape.git] / src / widgets / sp-color-notebook.cpp
index cbb7faadbcb9e8d9baa57b99ebf779fde963f1b4..bf690e968b5dfc4778f5f44624703173ed3f9c7e 100644 (file)
@@ -1,7 +1,7 @@
 #define __SP_COLOR_NOTEBOOK_C__
 
 /*
- * A block of 3 color sliders plus spinbuttons
+ * A notebook with RGB, CMYK, CMS, HSL, and Wheel pages
  *
  * Author:
  *      Lauris Kaplinski <lauris@kaplinski.com>
@@ -30,8 +30,8 @@
 #include "sp-color-notebook.h"
 #include "spw-utilities.h"
 #include "sp-color-scales.h"
-#include "sp-color-wheel-selector.h"
 #include "sp-color-icc-selector.h"
+#include "sp-color-wheel-selector.h"
 
 struct SPColorNotebookTracker {
        const gchar* name;