diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-09-29 17:48:28 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-09-29 17:48:28 +0300 |
commit | 3608fb66f24bac4ed925c7e681158a308465536f (patch) | |
tree | 4bd59efd0663b45e34d11b20fc2ada74e13f8887 /solenv/inc | |
parent | b3e4a383f9625efd9a88fc2c2317c316f32d8b6d (diff) |
Use The Document Foundation for CompanyName also for DLLs
Diffstat (limited to 'solenv/inc')
-rw-r--r-- | solenv/inc/shlinfo.rc | 4 |
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" |