diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-01-20 19:31:57 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-01-20 19:31:57 +0000 |
| commit | 906f78949458732f138e4e2b79843c75e9d52f87 (patch) | |
| tree | 2643ad24eb96a1999f29c7eb606992b4ffcc93eb /src/ui/tool/node.cpp | |
| parent | Make Ctrl+Alt+click delete nodes. (diff) | |
| download | inkscape-906f78949458732f138e4e2b79843c75e9d52f87.tar.gz inkscape-906f78949458732f138e4e2b79843c75e9d52f87.zip | |
Go back to using TR1 unordered containers to fix warnings. Add configure
code to detect the broken header and display Wiki page URL.
(bzr r9006)
Diffstat (limited to 'src/ui/tool/node.cpp')
| -rw-r--r-- | src/ui/tool/node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/node.cpp b/src/ui/tool/node.cpp index c1dfcdeaa..ef98e7c84 100644 --- a/src/ui/tool/node.cpp +++ b/src/ui/tool/node.cpp @@ -955,7 +955,7 @@ Glib::ustring Node::_getTip(unsigned state) if (state_held_control(state)) { if (state_held_alt(state)) { - return C_("Path node tip", "<b>Ctrl+Alt:</b> move along handle lines"); + return C_("Path node tip", "<b>Ctrl+Alt:</b> move along handle lines, click to delete node"); } return C_("Path node tip", "<b>Ctrl:</b> move along axes, click to change node type"); |
