summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_access_web.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-12-14 23:31:24 +0100
committerRobin Gareus <robin@gareus.org>2019-12-14 23:44:01 +0100
commit2b55d6dce3ded525731a6825bed658bca344bd28 (patch)
tree560e377bef5328f8b3e4cd73a172c5c7451913d1 /gtk2_ardour/ardour_ui_access_web.cc
parent901bf1ab80d7b7a74f7e703c205a34c6528f4c28 (diff)
First batch of MessageDialog replacements
Diffstat (limited to 'gtk2_ardour/ardour_ui_access_web.cc')
-rw-r--r--gtk2_ardour/ardour_ui_access_web.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui_access_web.cc b/gtk2_ardour/ardour_ui_access_web.cc
index b4b7bd1f68..9dc26f13cb 100644
--- a/gtk2_ardour/ardour_ui_access_web.cc
+++ b/gtk2_ardour/ardour_ui_access_web.cc
@@ -39,6 +39,7 @@
#include "pbd/i18n.h"
#include "pbd/openuri.h"
+#include "ardour_message.h"
#include "ardour_ui.h"
using namespace ARDOUR;
@@ -49,7 +50,7 @@ using namespace std;
void
ARDOUR_UI::launch_chat ()
{
- MessageDialog dialog(_("<b>Just ask and wait for an answer.\nIt may take from minutes to hours.</b>"), true);
+ ArdourMessageDialog dialog(_("<b>Just ask and wait for an answer.\nIt may take from minutes to hours.</b>"), true);
dialog.set_title (_("About the Chat"));
dialog.set_secondary_text (_("When you're inside the chat just ask your question and wait for an answer. The chat is occupied by real people with real lives so many of them are passively online and might not read your question before minutes or hours later.\nSo please be patient and wait for an answer.\n\nYou should just leave the chat window open and check back regularly until someone has answered your question."));