From ee84249ca1beba20664f3b64bd0b480c7db9a255 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Tue, 10 Jul 2007 13:34:55 +0000 Subject: Click-select entire 3D boxes instead of only single faces; faces can still be selected with (Alt+)Ctrl-Click (bzr r3210) --- src/tools-switch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools-switch.cpp') diff --git a/src/tools-switch.cpp b/src/tools-switch.cpp index bc9655a83..fd8acad23 100644 --- a/src/tools-switch.cpp +++ b/src/tools-switch.cpp @@ -151,7 +151,7 @@ tools_switch(SPDesktop *dt, int num) dt->set_event_context(SP_TYPE_3DBOX_CONTEXT, tool_names[num]); dt->activate_guides(false); inkscape_eventcontext_set(sp_desktop_event_context(dt)); - dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("Drag to create a 3D box. Drag controls to resize in perspective. Click to select.")); + dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, _("Drag to create a 3D box. Drag controls to resize in perspective. Click to select (with Ctrl+Alt for single faces).")); break; case TOOLS_SHAPES_ARC: dt->set_event_context(SP_TYPE_ARC_CONTEXT, tool_names[num]); -- cgit v1.2.3