Author: jsc
Date: Mon Mar 3 16:30:21 2014
New Revision: 1573599
URL: http://svn.apache.org/r1573599
Log:
#124311# adapt copyright date in about dialog, needs general enhancement
Modified:
openoffice/branches/AOO410/main/cui/source/dialogs/about.cxx
Modified: openoffice/branches/AOO410/main/cui/source/dialogs/about.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/cui/source/dialogs/about.cxx?rev=1573599&r1=1573598&r2=1573599&view=diff
==============================================================================
--- openoffice/branches/AOO410/main/cui/source/dialogs/about.cxx (original)
+++ openoffice/branches/AOO410/main/cui/source/dialogs/about.cxx Mon Mar 3 16:30:21 2014
@@ -311,7 +311,7 @@ AboutDialog::AboutDialog( Window* pParen
sbcopyright.appendAscii("Copyright ");
sbcopyright.append((sal_Unicode)0x00a9);
sbcopyright.appendAscii(" ");
- rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2013") );
+ rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2014") );
if (vendor.EqualsAscii("Apache Software Foundation")) {
sbcopyright.append(sYear);
sbcopyright.appendAscii(" The Apache Software Foundation.\n\n");
|