summaryrefslogtreecommitdiff
path: root/src/res
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2014-11-04 17:57:11 +1000
committerBen Noordhuis <info@bnoordhuis.nl>2014-11-03 20:03:52 +0100
commit7ab73ff735b26207c99b4259c4fd7c1aa8c23643 (patch)
tree8f39d09e1eda09818597420d4b69fd1a112c1d63 /src/res
parentef46ca61b5e0acd6c05860ae70d75651296ea260 (diff)
downloadandroid-node-v8-7ab73ff735b26207c99b4259c4fd7c1aa8c23643.tar.gz
android-node-v8-7ab73ff735b26207c99b4259c4fd7c1aa8c23643.tar.bz2
android-node-v8-7ab73ff735b26207c99b4259c4fd7c1aa8c23643.zip
windows: fix process description to say "Node.js"
Newer incarnations of the task manager only show the description, not even the product name. PR-URL: https://github.com/node-forward/node/pull/46 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuisl.nl>
Diffstat (limited to 'src/res')
-rw-r--r--src/res/node.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/res/node.rc b/src/res/node.rc
index 0bdb2a0dc7..90836d7375 100644
--- a/src/res/node.rc
+++ b/src/res/node.rc
@@ -52,7 +52,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "Joyent, Inc"
VALUE "ProductName", "Node.js"
- VALUE "FileDescription", "Evented I/O for V8 JavaScript"
+ VALUE "FileDescription", "Node.js: Evented I/O for V8 JavaScript"
VALUE "FileVersion", NODE_VERSION_STRING
VALUE "ProductVersion", NODE_VERSION_STRING
VALUE "OriginalFilename", "node.exe"