summaryrefslogtreecommitdiffstats
path: root/remoting/host
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-06 23:20:24 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-06 23:20:24 +0000
commitbcda7d18c0158c0eb65421cbe5e5bccd2c52f3b0 (patch)
tree108c9dd09ed5986468a53e9fd8f71c6933a5db9a /remoting/host
parenta3b7ba89f0786c3d71dd84630ad233276ed1a0e9 (diff)
downloadchromium_src-bcda7d18c0158c0eb65421cbe5e5bccd2c52f3b0.zip
chromium_src-bcda7d18c0158c0eb65421cbe5e5bccd2c52f3b0.tar.gz
chromium_src-bcda7d18c0158c0eb65421cbe5e5bccd2c52f3b0.tar.bz2
Fixing a typo in the typelib registration.
BUG=174722 Review URL: https://codereview.chromium.org/12220047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host')
-rw-r--r--remoting/host/installer/win/chromoting.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/installer/win/chromoting.wxs b/remoting/host/installer/win/chromoting.wxs
index e3ae2bb..34ab9fe 100644
--- a/remoting/host/installer/win/chromoting.wxs
+++ b/remoting/host/installer/win/chromoting.wxs
@@ -350,7 +350,7 @@
<RegistryKey Key="0" Action="create">
<RegistryKey Key="win32" Action="create">
<RegistryValue Type="string"
- Value="@[binaries]$(var.CoreBinary)"/>
+ Value="[binaries]$(var.CoreBinary)"/>
</RegistryKey>
</RegistryKey>