Rename hard-coded application names in code

This commit is contained in:
Cheng Zhao 2015-04-14 15:55:41 +08:00
parent c6c305a827
commit 2d8d328f02
13 changed files with 26 additions and 30 deletions

View file

@ -126,7 +126,7 @@ void NodeDebugger::SendConnectMessage() {
"Protocol-Version: 1\r\n"
"Embedding-Host: %s\r\n"
"%s: 0\r\n",
v8::V8::GetVersion(), "Atom-Shell", kContentLength), true);
v8::V8::GetVersion(), ATOM_PRODUCT_NAME, kContentLength), true);
}
// static