diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-02-26 19:32:23 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-02-26 19:32:23 +0000 |
| commit | 9f5b36ddb7aaa7c0dc1aae8b6b7cae7333bcbb6d (patch) | |
| tree | 87e5b66d7005434125d810d4305c86726c1eb4fa /src/tools-switch.cpp | |
| parent | move flood under calligraphic (diff) | |
| download | inkscape-9f5b36ddb7aaa7c0dc1aae8b6b7cae7333bcbb6d.tar.gz inkscape-9f5b36ddb7aaa7c0dc1aae8b6b7cae7333bcbb6d.zip | |
rename flood to paintbucket, copyedit
(bzr r2449)
Diffstat (limited to 'src/tools-switch.cpp')
| -rw-r--r-- | src/tools-switch.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools-switch.cpp b/src/tools-switch.cpp index c5b5bd5a4..1d92d74d1 100644 --- a/src/tools-switch.cpp +++ b/src/tools-switch.cpp @@ -65,7 +65,7 @@ static char const *const tool_names[] = { "tools.zoom", "tools.dropper", "tools.connector", - "tools.flood", + "tools.paintbucket", NULL }; @@ -85,7 +85,7 @@ static char const *const tool_ids[] = { "zoom", "dropper", "connector", - "flood", + "paintbucket", NULL }; @@ -209,11 +209,11 @@ tools_switch(SPDesktop *dt, int num) inkscape_eventcontext_set(sp_desktop_event_context(dt)); dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("<b>Click and drag</b> between shapes to create a connector.")); break; - case TOOLS_FLOOD: + case TOOLS_PAINTBUCKET: 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 an unfilled area.")); + dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("<b>Click</b> to paint a bounded area.")); break; } } |
