From 49f7fb7b9f21967cead7088e84627446cd59d414 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Tue, 17 Oct 2006 19:20:32 +0000 Subject: [PATCH] fixing #1859 --- livesupport/src/products/gLiveSupport/src/GuiWindow.cxx | 2 +- livesupport/src/products/gLiveSupport/src/MasterPanelWindow.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/livesupport/src/products/gLiveSupport/src/GuiWindow.cxx b/livesupport/src/products/gLiveSupport/src/GuiWindow.cxx index b50116460..9cb854cb3 100644 --- a/livesupport/src/products/gLiveSupport/src/GuiWindow.cxx +++ b/livesupport/src/products/gLiveSupport/src/GuiWindow.cxx @@ -53,7 +53,7 @@ namespace { /** * The name of the application, shown on the task bar. */ -const Glib::ustring applicationTitleSuffix = " - LiveSupport"; +const Glib::ustring applicationTitleSuffix = " - Campcaster"; } diff --git a/livesupport/src/products/gLiveSupport/src/MasterPanelWindow.cxx b/livesupport/src/products/gLiveSupport/src/MasterPanelWindow.cxx index 1de51a47a..7eed35ff8 100644 --- a/livesupport/src/products/gLiveSupport/src/MasterPanelWindow.cxx +++ b/livesupport/src/products/gLiveSupport/src/MasterPanelWindow.cxx @@ -63,7 +63,7 @@ const Glib::ustring windowName = "masterPanelWindow"; /** * The name of the application, shown on the task bar. */ -const Glib::ustring applicationTitleSuffix = " - LiveSupport"; +const Glib::ustring applicationTitleSuffix = " - Campcaster"; /** * Number of times per second that onUpdateTime() is called.