diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-08-06 15:29:56 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-08-06 15:29:56 +0000 |
| commit | 5ff454abb53a13499cce928b94cf7538d5ded631 (patch) | |
| tree | 37116bad6617c799ca2261edf2826b1a459a090a /src/live_effects/parameter/path.cpp | |
| parent | supplemental change to lp:inkscape rev13492 (ignore arc segments when start a... (diff) | |
| download | inkscape-5ff454abb53a13499cce928b94cf7538d5ded631.tar.gz inkscape-5ff454abb53a13499cce928b94cf7538d5ded631.zip | |
Fix bug #1241501, improve tooltip text on path parameter
(bzr r13494)
Diffstat (limited to 'src/live_effects/parameter/path.cpp')
| -rw-r--r-- | src/live_effects/parameter/path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp index 44d414942..8095056b7 100644 --- a/src/live_effects/parameter/path.cpp +++ b/src/live_effects/parameter/path.cpp @@ -197,7 +197,7 @@ PathParam::param_newWidget() pButton->show(); pButton->signal_clicked().connect(sigc::mem_fun(*this, &PathParam::on_link_button_click)); static_cast<Gtk::HBox*>(_widget)->pack_start(*pButton, true, true); - pButton->set_tooltip_text(_("Link to path")); + pButton->set_tooltip_text(_("Link to path on clipboard")); static_cast<Gtk::HBox*>(_widget)->show_all_children(); |
