summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: edb2e75)
raw | patch | inline | side by side (parent: edb2e75)
author | johncoswell <johncoswell@users.sourceforge.net> | |
Sat, 31 Mar 2007 12:41:09 +0000 (12:41 +0000) | ||
committer | johncoswell <johncoswell@users.sourceforge.net> | |
Sat, 31 Mar 2007 12:41:09 +0000 (12:41 +0000) |
src/tools-switch.cpp | patch | blob | history |
diff --git a/src/tools-switch.cpp b/src/tools-switch.cpp
index 1dbb0f29f7391ee6dbb84ccdd84c4b9c17cd5284..51516ccb88e3578c3607c1a62ac2943fa44627d1 100644 (file)
--- a/src/tools-switch.cpp
+++ b/src/tools-switch.cpp
dt->set_event_context(SP_TYPE_FLOOD_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> to paint a bounded area, <b>Ctrl+click</b> to change the clicked object's fill and stroke to the current setting."));
+ dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("<b>Click</b> to paint a bounded area, <b>Shift+click</b> to union the new fill with the current selection, <b>Ctrl+click</b> to change the clicked object's fill and stroke to the current setting."));
break;
}
}