This commit is contained in:
fgerlits 2006-10-17 19:20:32 +00:00
parent e3fbde5101
commit 49f7fb7b9f
2 changed files with 2 additions and 2 deletions

View File

@ -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";
}

View File

@ -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.