From 696b89b71a895dff732c734cdaa30a2e119292c8 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 15 Oct 2015 11:24:15 +0200 Subject: rework 8b80fe0, use std::string, not char* --- gtk2_ardour/splash.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/splash.cc') diff --git a/gtk2_ardour/splash.cc b/gtk2_ardour/splash.cc index 63ca20d057..c252247275 100644 --- a/gtk2_ardour/splash.cc +++ b/gtk2_ardour/splash.cc @@ -25,6 +25,8 @@ #include "ardour/ardour.h" #include "ardour/filesystem_paths.h" +#include "gtkmm2ext/utils.h" + #ifdef check #undef check #endif @@ -223,7 +225,7 @@ void Splash::message (const string& msg) { string str (""); - str += Glib::Markup::escape_text (msg).c_str(); + str += Gtkmm2ext::markup_escape_text (msg); str += ""; show (); -- cgit v1.2.3