summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-01-18 00:49:51 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-01-18 13:21:17 +0100
commit0d995e135d1548b4bed8272340a8f39d2b1f4d69 (patch)
treefce860366aab820f5db302b89ea958914a64fea1 /extensions
parentdfcf55a9de3cc928e5612117d0f9f5f3783de2ff (diff)
lp#711673: mozilla-libreoffice mislabeled as OpenOffice.org Plug-in
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
Diffstat (limited to 'extensions')
-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)