mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:07:58 +02:00
addressing Huffmans comment
This commit is contained in:
parent
7a1828e0cb
commit
58e814e2f6
1 changed files with 1 additions and 1 deletions
|
@ -1036,7 +1036,7 @@ bool getProcessorInfo(ProcessorInfo& info) {
|
||||||
|
|
||||||
|
|
||||||
const QString& getInterfaceSharedMemoryName() {
|
const QString& getInterfaceSharedMemoryName() {
|
||||||
static const QString applicationName = "High Fidelity - " + qgetenv("USERNAME");
|
static const QString applicationName = "High Fidelity Interface - " + qgetenv("USERNAME");
|
||||||
return applicationName;
|
return applicationName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue