diff options
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/sp-color-notebook.cpp | 4 | ||||
| -rw-r--r-- | 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 <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; 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 <lauris@kaplinski.com> |
