[Libreoffice-commits] .: Branch 'libreoffice-3-3-0' - patches/dev300
René Engelhard
rene at kemper.freedesktop.org
Tue Jan 18 10:46:29 PST 2011
patches/dev300/ubuntu-openoffice-java-common.diff | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 7e1e377f4fe5642eab34850ac16dde3a2d74bc70
Author: Rene Engelhard <rene at debian.org>
Date: Tue Jan 18 19:45:11 2011 +0100
(DebianBaseOnly) openoffice.org-java-common -> libreoffice-java-common
diff --git a/patches/dev300/ubuntu-openoffice-java-common.diff b/patches/dev300/ubuntu-openoffice-java-common.diff
index b8f9465..597d6eb 100644
--- a/patches/dev300/ubuntu-openoffice-java-common.diff
+++ b/patches/dev300/ubuntu-openoffice-java-common.diff
@@ -17,7 +17,7 @@
aWarningBox.SetText( aTitle );
+ String aText = String(aWarningBox.GetMessText());
-+ aText.Append(DEFINE_CONST_UNICODE("\nPlease install the openoffice.org-java-common package for this functionality."));
++ aText.Append(DEFINE_CONST_UNICODE("\nPlease install the libreoffice-java-common package for this functionality."));
+ aWarningBox.SetMessText( aText );
nResult = aWarningBox.Execute();
@@ -27,7 +27,7 @@
aQueryBox.SetText( aTitle );
+ String aText = String(aQueryBox.GetMessText());
-+ aText.Append(DEFINE_CONST_UNICODE("\nPlease install the openoffice.org-java-common package for this functionality."));
++ aText.Append(DEFINE_CONST_UNICODE("\nPlease install the libreoffice-java-common package for this functionality."));
+ aQueryBox.SetMessText( aText );
nResult = aQueryBox.Execute();
if ( nResult == RET_YES )
@@ -37,7 +37,7 @@
aErrorBox.SetText( aTitle );
+ String aText = String(aErrorBox.GetMessText());
-+ aText.Append(DEFINE_CONST_UNICODE("\nPlease install the openoffice.org-java-common package for this functionality."));
++ aText.Append(DEFINE_CONST_UNICODE("\nPlease install the libreoffice-java-common package for this functionality."));
+ aErrorBox.SetMessText( aText );
nResult = aErrorBox.Execute();
}
More information about the Libreoffice-commits
mailing list