From 314ff9eeb046ce7e6ec960a3d5df0567b3240363 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Thu, 25 Jan 2007 16:57:28 +0000 Subject: [PATCH] "" looks better than "?" (part of #722) --- campcaster/src/products/gLiveSupport/src/GLiveSupport.cxx | 2 +- campcaster/src/products/gLiveSupport/src/GLiveSupport.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/campcaster/src/products/gLiveSupport/src/GLiveSupport.cxx b/campcaster/src/products/gLiveSupport/src/GLiveSupport.cxx index 0bdb0206a..a8d7d5716 100644 --- a/campcaster/src/products/gLiveSupport/src/GLiveSupport.cxx +++ b/campcaster/src/products/gLiveSupport/src/GLiveSupport.cxx @@ -1855,7 +1855,7 @@ GLiveSupport :: substituteRdsItem(Ptr::Ref rdsString, value = playable->getMetadata(metadataKey); } if (!value) { - value.reset(new Glib::ustring("?")); + value.reset(new Glib::ustring("")); } rdsString->replace(pos, placeholder.length(), *value); } diff --git a/campcaster/src/products/gLiveSupport/src/GLiveSupport.h b/campcaster/src/products/gLiveSupport/src/GLiveSupport.h index 0137ecb52..e1db361a6 100644 --- a/campcaster/src/products/gLiveSupport/src/GLiveSupport.h +++ b/campcaster/src/products/gLiveSupport/src/GLiveSupport.h @@ -381,7 +381,7 @@ class GLiveSupport : public LocalizedConfigurable, /** * Replace a single placeholders in the RDS settings. - * If the corresponding metadata is not found, a "?" character + * If the corresponding metadata is not found, an empty string * is substituted instead. * * @param rdsString the string with the placeholders;