mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
update/improve generic subscribe URL
This commit is contained in:
parent
d6b0c77bb1
commit
c79b56d069
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ ARDOUR_UI::audioengine_became_silent ()
|
||||||
bool (*openuri)(const char*) = PBD::open_uri; /* this forces selection of the const char* variant of PBD::open_uri(), which we need to avoid ambiguity below */
|
bool (*openuri)(const char*) = PBD::open_uri; /* this forces selection of the const char* variant of PBD::open_uri(), which we need to avoid ambiguity below */
|
||||||
|
|
||||||
pay_button.signal_clicked().connect (sigc::hide_return (sigc::bind (sigc::ptr_fun (openuri), (const char*) "https://ardour.org/download")));
|
pay_button.signal_clicked().connect (sigc::hide_return (sigc::bind (sigc::ptr_fun (openuri), (const char*) "https://ardour.org/download")));
|
||||||
subscribe_button.signal_clicked().connect (sigc::hide_return (sigc::bind (sigc::ptr_fun (openuri), (const char*) "https://community.ardour.org/s/subscribe")));
|
subscribe_button.signal_clicked().connect (sigc::hide_return (sigc::bind (sigc::ptr_fun (openuri), (const char*) "https://community.ardour.org/subscribe")));
|
||||||
|
|
||||||
msg.get_vbox()->pack_start (pay_label);
|
msg.get_vbox()->pack_start (pay_label);
|
||||||
msg.get_vbox()->pack_start (pay_button_box);
|
msg.get_vbox()->pack_start (pay_button_box);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue