From cc55364204c2e8a2f12104f828326715a4c24327 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Wed, 13 Feb 2008 19:23:35 +0000 Subject: [PATCH] comment fix --- src/widgets/sp-color-notebook.cpp | 4 ++-- src/widgets/sp-color-notebook.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/widgets/sp-color-notebook.cpp b/src/widgets/sp-color-notebook.cpp index cbb7faadb..bf690e968 100644 --- a/src/widgets/sp-color-notebook.cpp +++ b/src/widgets/sp-color-notebook.cpp @@ -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 @@ -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; diff --git a/src/widgets/sp-color-notebook.h b/src/widgets/sp-color-notebook.h index 5def16289..4acd7ecd4 100644 --- a/src/widgets/sp-color-notebook.h +++ b/src/widgets/sp-color-notebook.h @@ -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 -- 2.30.2