summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-color-notebook.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-02-13 19:23:35 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-02-13 19:23:35 +0000
commitf8925899c92210878c158bd6e09ebb5f5da01922 (patch)
tree651e62af07039e0c1325b2519ec16055b787ffd7 /src/widgets/sp-color-notebook.cpp
parentfix center of the generated marker to be at the rotation center, not geometri... (diff)
downloadinkscape-f8925899c92210878c158bd6e09ebb5f5da01922.tar.gz
inkscape-f8925899c92210878c158bd6e09ebb5f5da01922.zip
comment fix
(bzr r4726)
Diffstat (limited to 'src/widgets/sp-color-notebook.cpp')
-rw-r--r--src/widgets/sp-color-notebook.cpp4
1 files changed, 2 insertions, 2 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;