diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2009-03-21 07:37:36 +0000 |
|---|---|---|
| committer | JazzyNico <JazzyNico@users.sourceforge.net> | 2009-03-21 07:37:36 +0000 |
| commit | e0dcdb55b546da76e060bfffeb3c0afc3789074c (patch) | |
| tree | 0b1093a7e9eb4eae59e40f60b433afb505f4b854 /src/tools-switch.cpp | |
| parent | fixed reference (diff) | |
| download | inkscape-e0dcdb55b546da76e060bfffeb3c0afc3789074c.tar.gz inkscape-e0dcdb55b546da76e060bfffeb3c0afc3789074c.zip | |
New Pen and Pencil tools messages (Ctrl+click only works with straight line modes).
(bzr r7533)
Diffstat (limited to 'src/tools-switch.cpp')
| -rw-r--r-- | src/tools-switch.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools-switch.cpp b/src/tools-switch.cpp index 9fbc966c6..a066c37a0 100644 --- a/src/tools-switch.cpp +++ b/src/tools-switch.cpp @@ -169,13 +169,13 @@ tools_switch(SPDesktop *dt, int num) dt->set_event_context(SP_TYPE_PENCIL_CONTEXT, tool_names[num]); dt->activate_guides(false); inkscape_eventcontext_set(sp_desktop_event_context(dt)); - dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("<b>Drag</b> to create a freehand line. Start drawing with <b>Shift</b> to append to selected path. <b>Ctrl+click</b> to create single dots.")); + dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("<b>Drag</b> to create a freehand line. Start drawing with <b>Shift</b> to append to selected path.")); break; case TOOLS_FREEHAND_PEN: dt->set_event_context(SP_TYPE_PEN_CONTEXT, tool_names[num]); dt->activate_guides(false); inkscape_eventcontext_set(sp_desktop_event_context(dt)); - dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("<b>Click</b> or <b>click and drag</b> to start a path; with <b>Shift</b> to append to selected path. <b>Ctrl+click</b> to create single dots.")); + dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("<b>Click</b> or <b>click and drag</b> to start a path; with <b>Shift</b> to append to selected path. <b>Ctrl+click</b> to create single dots (straight line modes only).")); break; case TOOLS_CALLIGRAPHIC: dt->set_event_context(SP_TYPE_DYNA_DRAW_CONTEXT, tool_names[num]); |
