fixing #1859
This commit is contained in:
parent
e3fbde5101
commit
49f7fb7b9f
livesupport/src/products/gLiveSupport/src
|
@ -53,7 +53,7 @@ namespace {
|
||||||
/**
|
/**
|
||||||
* The name of the application, shown on the task bar.
|
* The name of the application, shown on the task bar.
|
||||||
*/
|
*/
|
||||||
const Glib::ustring applicationTitleSuffix = " - LiveSupport";
|
const Glib::ustring applicationTitleSuffix = " - Campcaster";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,7 @@ const Glib::ustring windowName = "masterPanelWindow";
|
||||||
/**
|
/**
|
||||||
* The name of the application, shown on the task bar.
|
* 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.
|
* Number of times per second that onUpdateTime() is called.
|
||||||
|
|
Loading…
Reference in New Issue