diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2013-04-17 13:24:01 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2013-04-17 13:24:28 +0200 |
commit | 50ca07ab673b10d7d4605d64f56988f6110c5729 (patch) | |
tree | 165cac4f4f223f11b114aa55da5c30db01703c06 | |
parent | 13889e35ab10f577e83a20a88697ef2581ab3469 (diff) |
build: Use correct plugin name in Windows resource file
The nsISpicec -> npSpiceConsole rename was not propagated there.
-rw-r--r-- | SpiceXPI/src/plugin/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SpiceXPI/src/plugin/resource.rc b/SpiceXPI/src/plugin/resource.rc index 8892b0a..38a50d2 100644 --- a/SpiceXPI/src/plugin/resource.rc +++ b/SpiceXPI/src/plugin/resource.rc @@ -20,7 +20,7 @@ BEGIN VALUE "FileVersion", "2, 8, 0, 0" VALUE "InternalName", "SpiceXPI" VALUE "LegalCopyright", "Fedora" - VALUE "OriginalFilename", "nsISpicec.dll" + VALUE "OriginalFilename", "npSpiceConsole.dll" VALUE "ProductName", "Spice XPI" VALUE "ProductVersion", "2, 8, 0, 0" VALUE "MIMEType", "application/x-spice" |