diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-28 17:09:07 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-28 17:09:07 +0000 |
commit | 9061baff8e90ce48d1cf00678f06acdc7ee45ddb (patch) | |
tree | 9a2eab6265148dbd21e6fb48cef3a96fe8c0198f /remoting | |
parent | 40df6f5c96c2a2ca8e80a203e8035b037d1abee8 (diff) | |
download | chromium_src-9061baff8e90ce48d1cf00678f06acdc7ee45ddb.zip chromium_src-9061baff8e90ce48d1cf00678f06acdc7ee45ddb.tar.gz chromium_src-9061baff8e90ce48d1cf00678f06acdc7ee45ddb.tar.bz2 |
Fix broken MUI strings.
BUG=121496
TEST="net start chromoting" shows the proper service name.
Review URL: https://chromiumcodereview.appspot.com/10701020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144733 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/host/installer/chromoting.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/installer/chromoting.wxs b/remoting/host/installer/chromoting.wxs index 115e4c8..60a0d37 100644 --- a/remoting/host/installer/chromoting.wxs +++ b/remoting/host/installer/chromoting.wxs @@ -361,10 +361,10 @@ <CustomAction Id="set_service_display_name" Property="chromoting_service_display_name" - Value="[binaries]remoting_service.exe,-101" /> + Value="@[binaries]remoting_service.exe,-101" /> <CustomAction Id="set_service_description" Property="chromoting_service_description" - Value="[binaries]remoting_service.exe,-102" /> + Value="@[binaries]remoting_service.exe,-102" /> <!-- XP does not support MUI strings in the service name and description, so we fall back to plain strings on XP. --> |