diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-01-03 00:07:54 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-01-03 00:07:54 +0000 |
| commit | c0ae0bee37a04c6e79dbe0de00f173c80917ffbe (patch) | |
| tree | 175bfaf44d18be4d17ebd3803cb0ec7314c2e37e /src/ui/widget/random.cpp | |
| parent | add buttons for node adding at extrema (diff) | |
| download | inkscape-c0ae0bee37a04c6e79dbe0de00f173c80917ffbe.tar.gz inkscape-c0ae0bee37a04c6e79dbe0de00f173c80917ffbe.zip | |
Cleanup GSEAL issues and deprecated GtkTooltips
(bzr r10826)
Diffstat (limited to '')
| -rw-r--r-- | src/ui/widget/random.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/random.cpp b/src/ui/widget/random.cpp index 03cea7d5a..e8c84a780 100644 --- a/src/ui/widget/random.cpp +++ b/src/ui/widget/random.cpp @@ -77,7 +77,7 @@ void Random::addReseedButton() pButton->add(*pIcon); pButton->show(); pButton->signal_clicked().connect(sigc::mem_fun(*this, &Random::onReseedButtonClick)); - _tooltips.set_tip(*pButton, _("Reseed the random number generator; this creates a different sequence of random numbers.")); + pButton->set_tooltip_text(_("Reseed the random number generator; this creates a different sequence of random numbers.")); pack_start(*pButton, Gtk::PACK_SHRINK, 0); } |
