[Libreoffice-commits] .: fpicker/source

Lubos Lunak llunak at kemper.freedesktop.org
Thu Apr 28 06:01:40 PDT 2011


 fpicker/source/unx/kde/kdefpmain.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 7b24f0f9406abdb8e87f12bc16f3cbf2d6d2a847
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Thu Apr 28 15:01:22 2011 +0200

    OpenOffice.org -> LibreOffice

diff --git a/fpicker/source/unx/kde/kdefpmain.cxx b/fpicker/source/unx/kde/kdefpmain.cxx
index 2300fe6..be40226 100644
--- a/fpicker/source/unx/kde/kdefpmain.cxx
+++ b/fpicker/source/unx/kde/kdefpmain.cxx
@@ -51,10 +51,10 @@ static KCmdLineOptions sOptions[] =
 
 int main( int argc, char* argv[] )
 {
-    // we fake the name of the application to have "OpenOffice.org" in the
+    // we fake the name of the application to have "LibreOffice" in the
     // title
-    KAboutData qAboutData( "kdefilepicker", I18N_NOOP( "OpenOffice.org" ),
-            "0.1", I18N_NOOP( "kdefilepicker is an implementation of the KDE file dialog for OpenOffice.org." ),
+    KAboutData qAboutData( "kdefilepicker", I18N_NOOP( "LibreOffice" ),
+            "0.1", I18N_NOOP( "kdefilepicker is an implementation of the KDE file dialog for LibreOffice." ),
             KAboutData::License_LGPL,
             "(c) 2004, Jan Holesovsky" );
     qAboutData.addAuthor( "Jan Holesovsky", I18N_NOOP("Original author and current maintainer"), "kendy at openoffice.org" );


More information about the Libreoffice-commits mailing list