|
|
|
@ -2792,10 +2792,10 @@ index be40226..558c01b 100644
|
|
|
|
|
@@ -54,13 +62,13 @@ int main( int argc, char* argv[] )
|
|
|
|
|
// we fake the name of the application to have "LibreOffice" in the
|
|
|
|
|
// title
|
|
|
|
|
KAboutData qAboutData( "kdefilepicker", I18N_NOOP( "LibreOffice" ),
|
|
|
|
|
TDEAboutData qAboutData( "kdefilepicker", I18N_NOOP( "LibreOffice" ),
|
|
|
|
|
- "0.1", I18N_NOOP( "kdefilepicker is an implementation of the KDE file dialog for LibreOffice." ),
|
|
|
|
|
+ "0.1", I18N_NOOP( "kdefilepicker is an implementation of the " THIS_DESKENV_NAME_CAP " file dialog for LibreOffice." ),
|
|
|
|
|
KAboutData::License_LGPL,
|
|
|
|
|
TDEAboutData::License_LGPL,
|
|
|
|
|
"(c) 2004, Jan Holesovsky" );
|
|
|
|
|
qAboutData.addAuthor( "Jan Holesovsky", I18N_NOOP("Original author and current maintainer"), "kendy@openoffice.org" );
|
|
|
|
|
|
|
|
|
@ -2862,12 +2862,12 @@ index d66e227..f84136a 100644
|
|
|
|
|
* since it will interfere badly with our own.
|
|
|
|
|
*/
|
|
|
|
|
@@ -123,7 +132,7 @@ void KDEXLib::Init()
|
|
|
|
|
KAboutData *kAboutData = new KAboutData( "LibreOffice",
|
|
|
|
|
TDEAboutData *kAboutData = new TDEAboutData( "LibreOffice",
|
|
|
|
|
I18N_NOOP( "LibreOffice" ),
|
|
|
|
|
"1.1.0",
|
|
|
|
|
- I18N_NOOP( "LibreOffice with KDE Native Widget Support." ),
|
|
|
|
|
+ I18N_NOOP( "LibreOffice with " THIS_DESKENV_NAME_CAP " Native Widget Support." ),
|
|
|
|
|
KAboutData::License_LGPL,
|
|
|
|
|
TDEAboutData::License_LGPL,
|
|
|
|
|
"(c) 2003, 2004 Novell, Inc",
|
|
|
|
|
I18N_NOOP( "LibreOffice is an office suite.\n" ),
|
|
|
|
|
diff --git a/vcl/unx/kde/salnativewidgets-kde.cxx b/vcl/unx/kde/salnativewidgets-kde.cxx
|
|
|
|
|