Fix wordo (fix ticket #4080)
git-svn-id: svn://localhost/ardour2/branches/3.0@9637 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6fb2f3e743
commit
a206c5c4a9
@ -54,7 +54,7 @@ TearOff::TearOff (Widget& c, bool allow_resize)
|
||||
tearoff_event_box.set_events (BUTTON_PRESS_MASK|BUTTON_RELEASE_MASK);
|
||||
tearoff_event_box.signal_button_release_event().connect (mem_fun (*this, &TearOff::tearoff_click));
|
||||
|
||||
tearoff_event_box.set_tooltip_text (_("Click to to tear this into its own window"));
|
||||
tearoff_event_box.set_tooltip_text (_("Click to tear this into its own window"));
|
||||
|
||||
close_event_box.add (close_arrow);
|
||||
close_event_box.set_events (BUTTON_PRESS_MASK|BUTTON_RELEASE_MASK);
|
||||
|
Loading…
Reference in New Issue
Block a user