diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-04-12 22:37:18 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-04-12 22:37:18 +0000 |
| commit | fbb85064cfaaf03cc09bacedb16a8561f61f2b3d (patch) | |
| tree | e2a26a8e4fbbcfd1180522452d7b4db23408d39d /src/select-context.cpp | |
| parent | various little changes (diff) | |
| download | inkscape-fbb85064cfaaf03cc09bacedb16a8561f61f2b3d.tar.gz inkscape-fbb85064cfaaf03cc09bacedb16a8561f61f2b3d.zip | |
Added prefPaths to contexts; modified SPFactory
(bzr r11608.1.94)
Diffstat (limited to 'src/select-context.cpp')
| -rw-r--r-- | src/select-context.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/select-context.cpp b/src/select-context.cpp index b28920868..7b811e16e 100644 --- a/src/select-context.cpp +++ b/src/select-context.cpp @@ -69,6 +69,8 @@ static gint xp = 0, yp = 0; // where drag started static gint tolerance = 0; static bool within_tolerance = false; +const std::string SPSelectContext::prefsPath = "/tools/select"; + G_DEFINE_TYPE(SPSelectContext, sp_select_context, SP_TYPE_EVENT_CONTEXT); static void |
