diff options
Diffstat (limited to 'fpicker/source/unx/kde')
-rw-r--r-- | fpicker/source/unx/kde/kdefpmain.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/unx/kde/kdefpmain.cxx b/fpicker/source/unx/kde/kdefpmain.cxx index 2300fe61a2c4..be4022664014 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@openoffice.org" ); |