[Libreoffice-commits] .: Branch 'libreoffice-3-6' - wizards/com
Andras Timar
timar at kemper.freedesktop.org
Mon Jul 16 07:30:29 PDT 2012
wizards/com/sun/star/wizards/ui/event/AbstractListener.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 7a6d40a99b44f7693d054ca25f2ba2327c64767c
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Fri Jul 13 00:39:56 2012 +0200
openoffice.org -> libreoffice.org
Change-Id: I7e6f495eb56c0d6004c2e427b7fe9c3c09c7206f
Signed-off-by: Andras Timar <atimar at suse.com>
diff --git a/wizards/com/sun/star/wizards/ui/event/AbstractListener.java b/wizards/com/sun/star/wizards/ui/event/AbstractListener.java
index fd8ce47..a40ba77 100644
--- a/wizards/com/sun/star/wizards/ui/event/AbstractListener.java
+++ b/wizards/com/sun/star/wizards/ui/event/AbstractListener.java
@@ -100,7 +100,7 @@ public class AbstractListener
System.out.println("=======================================================");
System.out.println("=== Note: An Exception was thrown which should have ===");
System.out.println("=== caused a crash. I caught it. Please report this ===");
- System.out.println("=== to openoffice.org ===");
+ System.out.println("=== to https://www.libreoffice.org/get-help/bug/ ===");
System.out.println("=======================================================");
ite.printStackTrace();
@@ -114,8 +114,8 @@ public class AbstractListener
{
System.out.println("=======================================================");
System.out.println("=== Note: An Exception was thrown which should have ===");
- System.out.println("=== caused a crash. I Catched it. Please report this ==");
- System.out.println("=== to openoffice.org ==");
+ System.out.println("=== caused a crash. I caught it. Please report this ===");
+ System.out.println("=== to https://www.libreoffice.org/get-help/bug/ ===");
System.out.println("=======================================================");
ex.printStackTrace();
}
More information about the Libreoffice-commits
mailing list