summaryrefslogtreecommitdiff
path: root/solenv/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-09-29 17:48:28 +0300
committerTor Lillqvist <tml@hemulen.(none)>2010-09-29 17:48:28 +0300
commit3608fb66f24bac4ed925c7e681158a308465536f (patch)
tree4bd59efd0663b45e34d11b20fc2ada74e13f8887 /solenv/inc
parentb3e4a383f9625efd9a88fc2c2317c316f32d8b6d (diff)
Use The Document Foundation for CompanyName also for DLLs
Diffstat (limited to 'solenv/inc')
-rw-r--r--solenv/inc/shlinfo.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/inc/shlinfo.rc b/solenv/inc/shlinfo.rc
index af8d171aaacf..9a2a3c19d0ef 100644
--- a/solenv/inc/shlinfo.rc
+++ b/solenv/inc/shlinfo.rc
@@ -75,7 +75,7 @@ VS_VERSION_INFO versioninfo
block "040704E4"
{
// German StringTable
- value "CompanyName", "LibreOffice\0"
+ value "CompanyName", "The Document Foundation\0"
value "FileVersion", PPS(VER_LEVEL) "\0"
value "OriginalFilename", PPS(ORG_NAME) "\0"
value "InternalName", PPS(INTERNAL_NAME) "\0"
@@ -88,7 +88,7 @@ VS_VERSION_INFO versioninfo
block "040904E4"
{
// International StringTable
- value "CompanyName", "LibreOffice\0"
+ value "CompanyName", "The Document Foundation\0"
value "FileVersion", PPS(VER_LEVEL) "\0"
value "OriginalFilename", PPS(ORG_NAME) "\0"
value "InternalName", PPS(INTERNAL_NAME) "\0"