From: buliabyak Date: Wed, 13 Feb 2008 19:23:35 +0000 (+0000) Subject: comment fix X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cc55364204c2e8a2f12104f828326715a4c24327;p=inkscape.git comment fix --- 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