diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-09-22 12:14:14 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-09-22 12:14:14 +0000 |
| commit | 3f61bc675d5f2f0c92d7906b8552b09df3cd411f (patch) | |
| tree | a8fdb8a10dd8d071c703d2cb7e1984a528001ea3 /src/interface.h | |
| parent | Fix for 367548 : Invert doesnt work on objects with gradients (diff) | |
| download | inkscape-3f61bc675d5f2f0c92d7906b8552b09df3cd411f.tar.gz inkscape-3f61bc675d5f2f0c92d7906b8552b09df3cd411f.zip | |
Fix for 172222 : Move direct to specified layer
(bzr r11695)
Diffstat (limited to 'src/interface.h')
| -rw-r--r-- | src/interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface.h b/src/interface.h index aa0281db3..ef520be28 100644 --- a/src/interface.h +++ b/src/interface.h @@ -171,6 +171,7 @@ class ContextMenu : public Gtk::Menu //callbacks for the context menu entries of an SP_TYPE_ITEM object void ItemProperties(void); void ItemSelectThis(void); + void ItemMoveTo(void); void SelectSameFillStroke(void); void SelectSameFillColor(void); void SelectSameStrokeColor(void); |
