diff options
author | Jesús Corrius <jesus@softcatala.org> | 2011-02-03 18:14:33 +0100 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2011-02-03 18:16:01 +0100 |
commit | 344dc2614bc76bc8a152418282ddd6f76a553188 (patch) | |
tree | 58e0c2e3fc1cf230fdd52fff9199b3483a90e60e /shell/inc/internal/fileextensions.hxx | |
parent | 8257ce4cd7d721255c48c0224c38d85e91b91d5d (diff) |
Revert: Win32 shell extensions have to use the new registry file extension IDs
Diffstat (limited to 'shell/inc/internal/fileextensions.hxx')
-rw-r--r--[-rwxr-xr-x] | shell/inc/internal/fileextensions.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/inc/internal/fileextensions.hxx b/shell/inc/internal/fileextensions.hxx index ca109771f134..4005258d8ac7 100755..100644 --- a/shell/inc/internal/fileextensions.hxx +++ b/shell/inc/internal/fileextensions.hxx @@ -45,7 +45,7 @@ struct FileExtensionEntry { char* ExtensionAnsi; // e.g. ".sxw" wchar_t* ExtensionUnicode; // e.g. L".sxw" - char* RegistryForwardKey; // e.g. "LibreOffice.StarWriterDocument.6" + char* RegistryForwardKey; // e.g. "soffice.StarWriterDocument.6" }; extern FileExtensionEntry OOFileExtensionTable[]; |