summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-01-18 00:49:51 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-01-18 00:49:51 +0100
commit03f4f6e17a0a159eb48282bde0a5392c104a0b19 (patch)
treec74f353318436b41d17bb066723415becb44a2e3
parent064065985a24e2454234e929969cc2b1649b3d01 (diff)
lp#711673: mozilla-libreoffice mislabeled as OpenOffice.org Plug-in
-rw-r--r--extensions/source/nsplugin/source/so_env.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/nsplugin/source/so_env.cxx b/extensions/source/nsplugin/source/so_env.cxx
index 322a2fffb45d..92faaa2e1481 100644
--- a/extensions/source/nsplugin/source/so_env.cxx
+++ b/extensions/source/nsplugin/source/so_env.cxx
@@ -63,7 +63,7 @@
#include "ns_debug.hxx"
#include <sal/config.h>
-#define PLUGIN_NAME "OpenOffice.org"
+#define PLUGIN_NAME "LibreOffice"
// Tranform all strings like %20 in pPath to one char like space
/*int retoreUTF8(char* pPath)