summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefano Facchini <stefano.facchini@gmail.com>2017-10-12 12:56:29 +0000
committerStefano Facchini <stefano.facchini@gmail.com>2017-10-12 12:56:29 +0000
commit99d90b9a520928802b7ac784241a287cd1a45241 (patch)
tree369650fae062418abf7b6bed8c276e16dda0a8a9 /src
parentAdd test file for previous commit (!important rule). (diff)
downloadinkscape-99d90b9a520928802b7ac784241a287cd1a45241.tar.gz
inkscape-99d90b9a520928802b7ac784241a287cd1a45241.zip
Update POTFILES.in etc. after renaming
Diffstat (limited to 'src')
-rw-r--r--src/box3d.cpp2
-rw-r--r--src/doxygen-main.dox2
-rw-r--r--src/sp-offset.cpp4
-rw-r--r--src/sp-offset.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/box3d.cpp b/src/box3d.cpp
index 23766895a..98f49e52a 100644
--- a/src/box3d.cpp
+++ b/src/box3d.cpp
@@ -192,7 +192,7 @@ void SPBox3D::update(SPCtx *ctx, guint flags) {
/* FIXME?: Perhaps the display updates of box sides should be instantiated from here, but this
causes evil update loops so it's all done from box3d_position_set, which is called from
- various other places (like the handlers in object-edit.cpp, vanishing-point.cpp, etc. */
+ various other places (like the handlers in shape-editor-knotholders.cpp, vanishing-point.cpp, etc. */
}
diff --git a/src/doxygen-main.dox b/src/doxygen-main.dox
index 6a5723bfd..faa11cc9e 100644
--- a/src/doxygen-main.dox
+++ b/src/doxygen-main.dox
@@ -200,7 +200,7 @@ namespace XML {}
/** \page ObjectTree Object Tree Classes and Files
* Inkscape::ObjectHierarchy [\ref object-hierarchy.cpp, \ref object-hierarchy.h]
- * - SPObject [\ref sp-object.cpp, \ref sp-object.h, \ref object-edit.cpp, \ref sp-object-repr.cpp]
+ * - SPObject [\ref sp-object.cpp, \ref sp-object.h, \ref shape-editor-knotholders.cpp, \ref sp-object-repr.cpp]
* - SPDefs [\ref sp-defs.cpp, \ref sp-defs.h]
* - SPFlowline [\ref sp-flowdiv.cpp, \ref sp-flowdiv.h]
* - SPFlowregionbreak [\ref sp-flowdiv.cpp, \ref sp-flowdiv.h]
diff --git a/src/sp-offset.cpp b/src/sp-offset.cpp
index e2ec9751c..82e0b4947 100644
--- a/src/sp-offset.cpp
+++ b/src/sp-offset.cpp
@@ -63,7 +63,7 @@ class SPDocument;
* a change occurs to the offset (change of source or change of radius).
* just like the sp-star and other, this path derivative can make control
* points, or more precisely one control point, that's enough to define the
- * radius (look in object-edit).
+ * radius (look in shape-editor-knotholders).
*/
static void refresh_offset_source(SPOffset* offset);
@@ -764,7 +764,7 @@ vectors_are_clockwise (Geom::Point A, Geom::Point B, Geom::Point C)
}
/**
- * Distance to the original path; that function is called from object-edit
+ * Distance to the original path; that function is called from shape-editor-knotholders
* to set the radius when the control knot moves.
*
* The sign of the result is the radius we're going to offset the shape with,
diff --git a/src/sp-offset.h b/src/sp-offset.h
index eb3fe227c..117a3308e 100644
--- a/src/sp-offset.h
+++ b/src/sp-offset.h
@@ -47,7 +47,7 @@ class SPUseReference;
* a change occurs to the offset (change of source or change of radius).
* just like the sp-star and other, this path derivative can make control
* points, or more precisely one control point, that's enough to define the
- * radius (look in object-edit).
+ * radius (look in shape-editor-knotholders).
*/
class SPOffset : public SPShape {
public: