mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
better update/improve for generic subscribe URL
This commit is contained in:
parent
38e255dd16
commit
2fd28613ae
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 */
|
||||
|
||||
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/subscribe")));
|
||||
subscribe_button.signal_clicked().connect (sigc::hide_return (sigc::bind (sigc::ptr_fun (openuri), (const char*) "https://ardour.org/subscribe")));
|
||||
|
||||
msg.get_vbox()->pack_start (pay_label);
|
||||
msg.get_vbox()->pack_start (pay_button_box);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue