[Libreoffice-commits] .: Branch 'libreoffice-3-3' - avmedia/source
Thorsten Behrens
thorsten at kemper.freedesktop.org
Wed Nov 3 03:56:26 PDT 2010
avmedia/source/gstreamer/gstplayer.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c492d5ae91660ebc23ca50fe5c565400f8614147
Author: Thorsten Behrens <tbehrens at novell.com>
Date: Wed Nov 3 11:55:38 2010 +0100
Changing a few more strings to read "LibreOffice"
(cherry picked from commit 6f7dcc750c4d9c075190c412cea7bfaf744129ab)
diff --git a/avmedia/source/gstreamer/gstplayer.cxx b/avmedia/source/gstreamer/gstplayer.cxx
index 8d2d94d..7a5defd 100644
--- a/avmedia/source/gstreamer/gstplayer.cxx
+++ b/avmedia/source/gstreamer/gstplayer.cxx
@@ -73,7 +73,7 @@ Player::Player( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) :
{
// Initialize GStreamer library
int argc = 1;
- char *arguments[] = { "openoffice.org" };
+ char *arguments[] = { "libreoffice.org" };
char** argv = arguments;
GError* pError = NULL;
More information about the Libreoffice-commits
mailing list