Code

comment fix
authorbuliabyak <buliabyak@users.sourceforge.net>
Wed, 13 Feb 2008 19:23:35 +0000 (19:23 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Wed, 13 Feb 2008 19:23:35 +0000 (19:23 +0000)
src/widgets/sp-color-notebook.cpp
src/widgets/sp-color-notebook.h

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;
index 5def16289edc7c5bd16ca1d5f797edd437318691..4acd7ecd4879323b374cf0947a30f56dd94357eb 100644 (file)
@@ -2,7 +2,7 @@
 #define SEEN_SP_COLOR_NOTEBOOK_H
 
 /*
- * A block of 3 color sliders plus spinbuttons
+ * A notebook with RGB, CMYK, CMS, HSL, and Wheel pages
  *
  * Author:
  *   Lauris Kaplinski <lauris@kaplinski.com>